Bug 106543

Summary: Web Inspector: [Regression] GlobalObjectCleared event is not dispatched when navigation within single renderer occurs.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Vsevolod Vlasov 2013-01-10 02:16:05 PST
Caused by https://bugs.webkit.org/show_bug.cgi?id=80992.

This happens because pageDebuggerAgent is not set on instrumenting agents in InspectorDebuggerAgent::restore().
I think the fix would be to make InspectorDebuggerAgent::enable() virtual and overriden in PageDebuggerAgent instead of InspectorDebuggerAgent::enable(ErrorString*)
Comment 1 Pavel Feldman 2013-01-10 05:35:08 PST

*** This bug has been marked as a duplicate of bug 106555 ***