summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/InspectorFrontend.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/InspectorFrontend.h')
-rw-r--r--WebCore/inspector/InspectorFrontend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/inspector/InspectorFrontend.h b/WebCore/inspector/InspectorFrontend.h
index 0b19983..e02b661 100644
--- a/WebCore/inspector/InspectorFrontend.h
+++ b/WebCore/inspector/InspectorFrontend.h
@@ -101,6 +101,8 @@ namespace WebCore {
void debuggerWasEnabled();
void debuggerWasDisabled();
+ void didSetBreakpoint(long callId, bool success, unsigned line);
+
void parsedScriptSource(const String& sourceID, const String& url, const String& data, int firstLine, int scriptWorldType);
void restoredBreakpoint(const String& sourceID, const String& url, int line, bool enabled, const String& condition);
void failedToParseScriptSource(const String& url, const String& data, int firstLine, int errorLine, const String& errorMessage);