Ignore:
Timestamp:
Jun 16, 2008, 4:28:38 PM (17 years ago)
Author:
[email protected]
Message:

Reviewed by Geoff Garen.

Make Identifier construction use an explicitly passed IdentifierTable.

No change on SunSpider total.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/NumberObject.cpp

    r34587 r34607  
    463463*/
    464464NumberConstructor::NumberConstructor(ExecState* exec, FunctionPrototype* funcProto, NumberPrototype* numberProto)
    465     : InternalFunction(funcProto, numberProto->classInfo()->className)
     465    : InternalFunction(funcProto, Identifier(exec, numberProto->classInfo()->className))
    466466{
    467467    // Number.Prototype
Note: See TracChangeset for help on using the changeset viewer.