Index: Source/core/inspector/InspectorDOMDebuggerAgent.h |
diff --git a/Source/core/inspector/InspectorDOMDebuggerAgent.h b/Source/core/inspector/InspectorDOMDebuggerAgent.h |
index 80363c3533fb914ed89dff0216962b3d63cea7a2..b38deef0d3f5a3427a9504a37234338029145541 100644 |
--- a/Source/core/inspector/InspectorDOMDebuggerAgent.h |
+++ b/Source/core/inspector/InspectorDOMDebuggerAgent.h |
@@ -111,7 +111,6 @@ private: |
void descriptionForDOMEvent(Node* target, int breakpointType, bool insertion, JSONObject* description); |
void updateSubtreeBreakpoints(Node*, uint32_t rootMask, bool set); |
bool hasBreakpoint(Node*, int type); |
- void discardBindings(); |
void setBreakpoint(ErrorString*, const String& eventName); |
void removeBreakpoint(ErrorString*, const String& eventName); |