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

    r424 r440  
    2929namespace KJS { 
    3030 
     31ASSERT_CLASS_FITS_IN_CELL(NumberConstructor); 
     32 
    3133const ClassInfo NumberConstructor::info = { "Function", &InternalFunction::info, 0, ExecState::numberTable }; 
    3234 
     
    4143*/ 
    4244NumberConstructor::NumberConstructor(ExecState* exec, FunctionPrototype* functionPrototype, NumberPrototype* numberPrototype) 
    43     : InternalFunction(functionPrototype, Identifier(exec, numberPrototype->info.className)) 
     45    : InternalFunction(exec, functionPrototype, Identifier(exec, numberPrototype->info.className)) 
    4446{ 
    4547    // Number.Prototype