Show
Ignore:
Timestamp:
08/18/08 11:14:49 (5 months ago)
Author:
odole
Message:

merge with webkit revision 35814

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/JavaScriptCore/kjs/NativeErrorPrototype.cpp

    r381 r440  
    2828namespace KJS { 
    2929 
     30ASSERT_CLASS_FITS_IN_CELL(NativeErrorPrototype); 
     31 
    3032NativeErrorPrototype::NativeErrorPrototype(ExecState* exec, ErrorPrototype* errorPrototype, const UString& name, const UString& message) 
    3133    : JSObject(errorPrototype)