Ignore:
Timestamp:
Jul 1, 2011, 3:02:54 PM (14 years ago)
Author:
[email protected]
Message:

2011-07-01 Oliver Hunt <[email protected]>

IE Web Workers demo crashes in JSC::SlotVisitor::visitChildren()
https://bugs.webkit.org/show_bug.cgi?id=63732

Reviewed by Gavin Barraclough.

Initialise the memory at the head of the new storage so that
GC is safe if triggered by reportExtraMemoryCost.

  • runtime/JSArray.cpp: (JSC::JSArray::increaseVectorPrefixLength):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r90273 r90282  
     12011-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
    1142011-07-01  Oliver Hunt  <[email protected]>
    215
Note: See TracChangeset for help on using the changeset viewer.