[Webkit-unassigned] [Bug 140279] Web Inspector: Uncaught Exception in ProbeManager deleting breakpoint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 9 12:26:51 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=140279

--- Comment #6 from Joseph Pecoraro <joepeck at webkit.org> ---
Created a better reduction with no timeouts. Setting a key/value breaks a different key/value!

map.set(newObject1, []); // set Object1.
console.log(map.get(newObject1)); // Object1 is good.
map.set(newObject2, []); // set Object2.
console.log(map.get(newObject1)); // Object2 is bad!?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150109/807fc6da/attachment-0002.html>


More information about the webkit-unassigned mailing list