Index: Source/core/inspector/InspectorDebuggerAgent.h |
diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h |
index 7e2380af0925dd7c3ca15ea84c9ca1ed25817d36..735b0d8c73e28f78cd455ee121c00746fa8540d1 100644 |
--- a/Source/core/inspector/InspectorDebuggerAgent.h |
+++ b/Source/core/inspector/InspectorDebuggerAgent.h |
@@ -131,6 +131,9 @@ public: |
virtual void reportMemoryUsage(MemoryObjectInfo*) const; |
+ void setBreakpoint(const String& scriptId, int lineNumber, int columnNumber); |
+ void removeBreakpoint(const String& scriptId, int lineNumber, int columnNumber); |
+ |
protected: |
InspectorDebuggerAgent(InstrumentingAgents*, InspectorCompositeState*, InjectedScriptManager*); |