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

    r424 r440  
    3030namespace KJS { 
    3131 
     32ASSERT_CLASS_FITS_IN_CELL(ErrorConstructor); 
     33 
    3234ErrorConstructor::ErrorConstructor(ExecState* exec, FunctionPrototype* functionPrototype, ErrorPrototype* errorPrototype) 
    33     : InternalFunction(functionPrototype, Identifier(exec, errorPrototype->classInfo()->className)) 
     35    : InternalFunction(exec, functionPrototype, Identifier(exec, errorPrototype->classInfo()->className)) 
    3436{ 
    3537    // ECMA 15.11.3.1 Error.prototype