[Webkit-unassigned] [Bug 29770] New: Web Inspector: DOM store is being unbound twice, leading to assertion failure
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Sep 26 11:35:29 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29770
Summary: Web Inspector: DOM store is being unbound twice,
leading to assertion failure
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: pfeldman at chromium.org
CC: yurys at chromium.org, timothy at hatcher.name
1. Open Web Inspector
2. Type something in console (completions are being calculated for window,
touching localStore, lazily creating it)
3. Close Web Inspector (unbind is called once)
4. Refresh the page (unbind is called again) -> ASSERTION fails
We keep stores bound only while inspector window is show, so this assersion is
not correct.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list