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

    r424 r440  
    3232namespace KJS { 
    3333 
     34ASSERT_CLASS_FITS_IN_CELL(ArrayConstructor); 
     35 
    3436ArrayConstructor::ArrayConstructor(ExecState* exec, FunctionPrototype* functionPrototype, ArrayPrototype* arrayPrototype) 
    35     : InternalFunction(functionPrototype, Identifier(exec, arrayPrototype->classInfo()->className)) 
     37    : InternalFunction(exec, functionPrototype, Identifier(exec, arrayPrototype->classInfo()->className)) 
    3638{ 
    3739    // ECMA 15.4.3.1 Array.prototype