Changeset 90282 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jul 1, 2011, 3:02:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r90273 r90282 1 2011-07-01 Oliver Hunt <[email protected]> 2 3 IE Web Workers demo crashes in JSC::SlotVisitor::visitChildren() 4 https://bugs.webkit.org/show_bug.cgi?id=63732 5 6 Reviewed by Gavin Barraclough. 7 8 Initialise the memory at the head of the new storage so that 9 GC is safe if triggered by reportExtraMemoryCost. 10 11 * runtime/JSArray.cpp: 12 (JSC::JSArray::increaseVectorPrefixLength): 13 1 14 2011-07-01 Oliver Hunt <[email protected]> 2 15
Note:
See TracChangeset
for help on using the changeset viewer.