[webkit-reviews] review denied: [Bug 113398] Web Inspector: add event for node inspection request while in inspection mode : [Attachment 196145] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 2 11:12:39 PDT 2013


Pavel Feldman <pfeldman at chromium.org> has denied Dmitry Gozman
<dgozman at chromium.org>'s request for review:
Bug 113398: Web Inspector: add event for node inspection request while in
inspection mode
https://bugs.webkit.org/show_bug.cgi?id=113398

Attachment 196145: Patch
https://bugs.webkit.org/attachment.cgi?id=196145&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=196145&action=review


> Source/WebCore/inspector/InspectorController.cpp:346
> +    InjectedScript injectedScript =
m_injectedScriptManager->injectedScriptFor(mainWorldScriptState(frame));

if (node->nodeType() != Node::ELEMENT_NODE && node->nodeType() !=
Node::DOCUMENT_NODE) is now missing here.


More information about the webkit-reviews mailing list