Bug 213499 - Web Inspector: allow DOM nodes to be instrumented at any point, regardless of whether the main document has also been instrumented
Summary: Web Inspector: allow DOM nodes to be instrumented at any point, regardless of...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-22 19:46 PDT by Devin Rousso
Modified: 2020-06-22 20:06 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2020-06-22 19:46:18 PDT
It doesn't make sense to require that the main `document` is instrumented to assign a `DOM.NodeId`, especially since the backend clearly already has a `WebCore::Node` object, meaning that the main `document` should exist (either active or in cache).