[Webkit-unassigned] [Bug 91607] Web Inspector: Protocol Extension: add getNamedFlowCollection command

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 19 08:20:24 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=91607





--- Comment #9 from Pavel Feldman <pfeldman at chromium.org>  2012-07-19 08:20:23 PST ---
(In reply to comment #8)
> (In reply to comment #7)
> > > Source/WebCore/inspector/InspectorCSSAgent.cpp:796
> > > +    if (!node || !(node->isDocumentNode())) {
> > 
> > You should add InspectorDOMNode::assertDocumentNode instead.
> 
> I can't find "InspectorDOMNode". Did you meant "Node"?

Sorry, I meant introduce InspectorDOMAgent::assertDocument as in InspectorDOMAgent::assertNode / InspectorDOMAgent::assertElement.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list