Index: Source/core/inspector/InspectorDOMAgent.h |
diff --git a/Source/core/inspector/InspectorDOMAgent.h b/Source/core/inspector/InspectorDOMAgent.h |
index b779d6c77ccf0747c2aafc52ce7ecdeded54f61c..ba53c863efb9b7e6e9eeb4c216699e0310cd8a4e 100644 |
--- a/Source/core/inspector/InspectorDOMAgent.h |
+++ b/Source/core/inspector/InspectorDOMAgent.h |
@@ -241,10 +241,6 @@ private: |
void invalidateFrameOwnerElement(LocalFrame*); |
- bool hasBreakpoint(Node*, int type); |
- void updateSubtreeBreakpoints(Node* root, uint32_t rootMask, bool value); |
- void descriptionForDOMEvent(Node* target, int breakpointType, bool insertion, PassRefPtr<JSONObject> description); |
- |
PassRefPtr<TypeBuilder::DOM::Node> buildObjectForNode(Node*, int depth, NodeToIdMap*); |
PassRefPtr<TypeBuilder::Array<String> > buildArrayForElementAttributes(Element*); |
PassRefPtr<TypeBuilder::Array<TypeBuilder::DOM::Node> > buildArrayForContainerChildren(Node* container, int depth, NodeToIdMap* nodesMap); |