Changeset 90194 in webkit
- Timestamp:
- Jun 30, 2011, 7:42:18 PM (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
r90193 r90194 1 2011-06-30 Oliver Hunt <oliver@apple.com> 2 3 Reviewed by Beth Dakin. 4 5 Make GC validation clear cell structure on destruction 6 https://bugs.webkit.org/show_bug.cgi?id=63778 7 8 * runtime/JSCell.h: 9 (JSC::JSCell::JSCell::~JSCell): 10 1 11 2011-06-30 Geoffrey Garen <ggaren@apple.com> 2 12 -
trunk/Source/JavaScriptCore/runtime/JSCell.h
r89069 r90194 187 187 inline JSCell::~JSCell() 188 188 { 189 #if ENABLE(GC_VALIDATION) 190 m_structure.clear(); 191 #endif 189 192 } 190 193
Note:
See TracChangeset
for help on using the changeset viewer.