Ignore:
Timestamp:
Jan 9, 2015, 5:04:36 PM (11 years ago)
Author:
Joseph Pecoraro
Message:

Web Inspector: Uncaught Exception in ProbeManager deleting breakpoint
https://bugs.webkit.org/show_bug.cgi?id=140279
rdar://problem/19422299

Reviewed by Oliver Hunt.

Source/JavaScriptCore:

  • runtime/MapData.cpp:

(JSC::MapData::replaceAndPackBackingStore):
The cell table also needs to have its values fixed.

LayoutTests:

  • js/map-repack-with-object-keys-expected.txt: Added.
  • js/map-repack-with-object-keys.html: Added.
  • js/script-tests/map-repack-with-object-keys.js: Added.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r178201 r178224  
     12015-01-09  Joseph Pecoraro  <[email protected]>
     2
     3        Web Inspector: Uncaught Exception in ProbeManager deleting breakpoint
     4        https://bugs.webkit.org/show_bug.cgi?id=140279
     5        rdar://problem/19422299
     6
     7        Reviewed by Oliver Hunt.
     8
     9        * runtime/MapData.cpp:
     10        (JSC::MapData::replaceAndPackBackingStore):
     11        The cell table also needs to have its values fixed.
     12
    1132015-01-09  Joseph Pecoraro  <[email protected]>
    214
Note: See TracChangeset for help on using the changeset viewer.