Changeset 77125 in webkit for trunk/Source/JavaScriptCore/runtime


Ignore:
Timestamp:
Jan 31, 2011, 6:26:50 AM (14 years ago)
Author:
[email protected]
Message:

2011-01-31 Sheriff Bot <[email protected]>

Unreviewed, rolling out r76969.
http://trac.webkit.org/changeset/76969
https://bugs.webkit.org/show_bug.cgi?id=53418

"It is causing crashes in GTK+ and Leopard bots" (Requested by
alexg on #webkit).

  • runtime/WeakGCMap.h:

2011-01-31 Sheriff Bot <[email protected]>

Unreviewed, rolling out r76969.
http://trac.webkit.org/changeset/76969
https://bugs.webkit.org/show_bug.cgi?id=53418

"It is causing crashes in GTK+ and Leopard bots" (Requested by
alexg on #webkit).

  • bridge/runtime_root.cpp: (JSC::Bindings::RootObject::invalidate): (JSC::Bindings::RootObject::addRuntimeObject): (JSC::Bindings::RootObject::removeRuntimeObject):
  • bridge/runtime_root.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/WeakGCMap.h

    r77113 r77125  
    7070    const_iterator uncheckedEnd() const { return m_map.end(); }
    7171
    72     bool isValid(iterator it) const { return Heap::isCellMarked(it->second); }
    73     bool isValid(const_iterator it) const { return Heap::isCellMarked(it->second); }
    74 
    7572private:
    7673    HashMap<KeyType, MappedType> m_map;
Note: See TracChangeset for help on using the changeset viewer.