| Index: third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
|
| index b1b9ec924bf35e71d95eecda1ca10cf98c3477a6..446e0c67a09f31c5e13fe78a7ccd06750bed78e7 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
|
| @@ -173,6 +173,7 @@ public:
|
| void setDOMListener(DOMListener*);
|
| void inspect(Node*);
|
| void nodeHighlightedInOverlay(Node*);
|
| + int pushNodePathToFrontend(Node*);
|
|
|
| static String documentURLString(Document*);
|
|
|
| @@ -210,7 +211,6 @@ private:
|
| Element* assertEditableElement(ErrorString*, int nodeId);
|
|
|
| int pushNodePathToFrontend(Node*, NodeToIdMap* nodeMap);
|
| - int pushNodePathToFrontend(Node*);
|
| void pushChildNodesToFrontend(int nodeId, int depth = 1);
|
|
|
| void invalidateFrameOwnerElement(LocalFrame*);
|
|
|