Changeset 90241 in webkit
- Timestamp:
- Jul 1, 2011, 9:56:33 AM (15 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
runtime/JSCell.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r90237 r90241 1 2011-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 1 13 2011-06-30 Oliver Hunt <oliver@apple.com> 2 14 -
trunk/Source/JavaScriptCore/runtime/JSCell.h
r90194 r90241 187 187 inline JSCell::~JSCell() 188 188 { 189 #if ENABLE(GC_VALIDATION)190 m_structure.clear();191 #endif192 189 } 193 190
Note:
See TracChangeset
for help on using the changeset viewer.