⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 90241 in webkit


Ignore:
Timestamp:
Jul 1, 2011, 9:56:33 AM (15 years ago)
Author:
Adam Roben
Message:

2011-07-01 Adam Roben <Adam Roben>

Roll out r90194
http://trac.webkit.org/changeset/90194
https://bugs.webkit.org/show_bug.cgi?id=63778

Fixes <http://webkit.org/b/63812> REGRESSION (r90194): Multiple tests intermittently failing
assertions in WriteBarrierBase<JSC::Structure>::get

  • runtime/JSCell.h: (JSC::JSCell::JSCell::~JSCell):
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r90237 r90241  
     12011-07-01  Adam Roben  <aroben@apple.com>
     2
     3        Roll out r90194
     4        http://trac.webkit.org/changeset/90194
     5        https://bugs.webkit.org/show_bug.cgi?id=63778
     6
     7        Fixes <http://webkit.org/b/63812> REGRESSION (r90194): Multiple tests intermittently failing
     8        assertions in WriteBarrierBase<JSC::Structure>::get
     9
     10        * runtime/JSCell.h:
     11        (JSC::JSCell::JSCell::~JSCell):
     12
    1132011-06-30  Oliver Hunt  <oliver@apple.com>
    214
  • trunk/Source/JavaScriptCore/runtime/JSCell.h

    r90194 r90241  
    187187    inline JSCell::~JSCell()
    188188    {
    189 #if ENABLE(GC_VALIDATION)
    190         m_structure.clear();
    191 #endif
    192189    }
    193190
Note: See TracChangeset for help on using the changeset viewer.