Ignore:
Timestamp:
Sep 6, 2011, 7:05:02 PM (14 years ago)
Author:
[email protected]
Message:

Accessibility tests crashing in BasicRawSentinelNode code
https://bugs.webkit.org/show_bug.cgi?id=67682

Reviewed by Geoffrey Garen.

A CodeBlock should ensure that no other CodeBlocks have references to it after
it is destroyed.

  • bytecode/CodeBlock.cpp:

(JSC::CodeBlock::~CodeBlock):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r94622 r94623  
     12011-09-06  Filip Pizlo  <[email protected]>
     2
     3        Accessibility tests crashing in BasicRawSentinelNode code
     4        https://bugs.webkit.org/show_bug.cgi?id=67682
     5
     6        Reviewed by Geoffrey Garen.
     7       
     8        A CodeBlock should ensure that no other CodeBlocks have references to it after
     9        it is destroyed.
     10
     11        * bytecode/CodeBlock.cpp:
     12        (JSC::CodeBlock::~CodeBlock):
     13
    1142011-09-06  Yong Li  <[email protected]>
    215
Note: See TracChangeset for help on using the changeset viewer.