Index: Source/core/inspector/InspectorDOMAgent.h |
diff --git a/Source/core/inspector/InspectorDOMAgent.h b/Source/core/inspector/InspectorDOMAgent.h |
index 3777cf4589bc33ca93f1b4096c12266843e26213..95b96599aed39124a079cf0325e6531d9b59ecc3 100644 |
--- a/Source/core/inspector/InspectorDOMAgent.h |
+++ b/Source/core/inspector/InspectorDOMAgent.h |
@@ -175,7 +175,6 @@ public: |
void pseudoElementCreated(PseudoElement*); |
void pseudoElementDestroyed(PseudoElement*); |
- int pushNodeToFrontend(ErrorString*, int documentNodeId, Node*); |
Node* nodeForId(int nodeId); |
int boundNodeId(Node*); |
void setDOMListener(DOMListener*); |