Changeset 77125 in webkit for trunk/Source/JavaScriptCore


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:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r77113 r77125  
     12011-01-31  Sheriff Bot  <[email protected]>
     2
     3        Unreviewed, rolling out r76969.
     4        http://trac.webkit.org/changeset/76969
     5        https://bugs.webkit.org/show_bug.cgi?id=53418
     6
     7        "It is causing crashes in GTK+ and Leopard bots" (Requested by
     8        alexg__ on #webkit).
     9
     10        * runtime/WeakGCMap.h:
     11
    1122011-01-30  Csaba Osztrogonác  <[email protected]>
    213
  • 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.