RESOLVED FIXED Bug 47775
Web Inspector: notify messages should belong to the domain and dispatch against non-WebInspector instance.
https://bugs.webkit.org/show_bug.cgi?id=47775
Summary Web Inspector: notify messages should belong to the domain and dispatch again...
Pavel Feldman
Reported 2010-10-17 01:54:30 PDT
These: [notify] void characterDataModified(out long id, out String newValue); [notify] void childNodeCountUpdated(out long id, out int newValue); [notify] void childNodeInserted(out long parentId, out long prevId, out Object node); [notify] void childNodeRemoved(out long parentId, out long id); should be: [handler=DOM, notify], or better [domain=DOM, notify] and get dispatched against WebInspector.domAgent instance instead of WebInspector instance.
Attachments
Pavel Feldman
Comment 1 2011-02-08 08:08:49 PST
All parts resolved, closing met bug.
Note You need to log in before you can comment on or make changes to this bug.