Ignore:
Timestamp:
Sep 21, 2009, 8:45:13 AM (16 years ago)
Author:
[email protected]
Message:

Re-land SNES fix, with correct assertion

RS=Maciej Stachowiak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/JSObject.cpp

    r48580 r48582  
    472472{
    473473    size_t offset;
    474     if (m_structure->isDictionary()) {
     474    if (m_structure->isUncacheableDictionary()) {
    475475        offset = m_structure->removePropertyWithoutTransition(propertyName);
    476476        if (offset != WTF::notFound)
Note: See TracChangeset for help on using the changeset viewer.