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/GlobalEvalFunction.cpp

    r381 r440  
    3232namespace KJS { 
    3333 
     34ASSERT_CLASS_FITS_IN_CELL(GlobalEvalFunction); 
     35 
    3436GlobalEvalFunction::GlobalEvalFunction(ExecState* exec, FunctionPrototype* functionPrototype, int len, const Identifier& name, NativeFunction function, JSGlobalObject* cachedGlobalObject) 
    3537    : PrototypeFunction(exec, functionPrototype, len, name, function)