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

    r34582 r34607  
    4848    for (SymbolTable::const_iterator it = symbolTable().begin(); it != end; ++it) {
    4949        if (!(it->second.getAttributes() & DontEnum))
    50             propertyNames.add(Identifier(it->first.get()));
     50            propertyNames.add(Identifier(exec, it->first.get()));
    5151    }
    5252   
Note: See TracChangeset for help on using the changeset viewer.