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/BatchedTransitionOptimizer.h

    r48580 r48582  
    3939        {
    4040            if (!m_object->structure()->isDictionary())
    41                 m_object->setStructure(Structure::toDictionaryTransition(m_object->structure()));
     41                m_object->setStructure(Structure::toCacheableDictionaryTransition(m_object->structure()));
    4242        }
    4343
Note: See TracChangeset for help on using the changeset viewer.