Ignore:
Timestamp:
Jan 27, 2010, 1:06:28 AM (15 years ago)
Author:
[email protected]
Message:

Revert r53899 (HashMap<AtomicStringImpl*, Value> key checks) and subsequent bug fixes,
because they make SVG tests crash in release builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/RefPtrHashMap.h

    r53899 r53912  
    286286        if (it.m_impl == m_impl.end())
    287287            return;
    288         m_impl.internalCheckTableConsistency();
     288        m_impl.checkTableConsistency();
    289289        m_impl.removeWithoutEntryConsistencyCheck(it.m_impl);
    290290    }
Note: See TracChangeset for help on using the changeset viewer.