Ignore:
Timestamp:
Oct 8, 2008, 10:50:42 AM (17 years ago)
Author:
[email protected]
Message:

Roll out r37427 because it causes an infinite recursion loading about:blank.

https://bugs.webkit.org/show_bug.cgi?id=21476

File:
1 edited

Legend:

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

    r37427 r37428  
    241241void Identifier::checkSameIdentifierTable(ExecState* exec, UString::Rep* rep)
    242242{
    243     ASSERT(rep->identifierTable() == exec->globalData().identifierTable);
     243    ASSERT(rep->identifierTable() == exec->identifierTable());
    244244}
    245245
Note: See TracChangeset for help on using the changeset viewer.