Chromium Code Reviews| Index: Source/core/inspector/InspectorDOMAgent.h |
| diff --git a/Source/core/inspector/InspectorDOMAgent.h b/Source/core/inspector/InspectorDOMAgent.h |
| index 3dfe8ce37e74da877df2eb74c9d18349c39ae024..1682d7ff4efec36c9da74cab38acd558675b6970 100644 |
| --- a/Source/core/inspector/InspectorDOMAgent.h |
| +++ b/Source/core/inspector/InspectorDOMAgent.h |
| @@ -187,6 +187,7 @@ public: |
| Node* nodeForId(int nodeId); |
| int boundNodeId(Node*); |
| void setDOMListener(DOMListener*); |
| + int pushNodePathToFrontend(Node*); |
|
vsevik
2014/11/05 09:48:37
You shouldn't do this.
Pushing node to front-end i
samli
2014/11/10 23:59:31
I've updated as suggested to use a similar behavio
|
| static String documentURLString(Document*); |
| @@ -232,7 +233,6 @@ private: |
| void inspect(Node*); |
| - int pushNodePathToFrontend(Node*); |
| void pushChildNodesToFrontend(int nodeId, int depth = 1); |
| void invalidateFrameOwnerElement(LocalFrame*); |