Bug 106543 - Web Inspector: [Regression] GlobalObjectCleared event is not dispatched when navigation within single renderer occurs.
Summary: Web Inspector: [Regression] GlobalObjectCleared event is not dispatched when ...
Status: RESOLVED DUPLICATE of bug 106555
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-10 02:16 PST by Vsevolod Vlasov
Modified: 2013-01-10 05:35 PST (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***