Index: Source/core/inspector/InjectedScriptHost.h |
diff --git a/Source/core/inspector/InjectedScriptHost.h b/Source/core/inspector/InjectedScriptHost.h |
index 675c81fc72846d8baeb29f67c3806b6969832113..15ff50fc118bfc78e043e620962f3b64ebd3f499 100644 |
--- a/Source/core/inspector/InjectedScriptHost.h |
+++ b/Source/core/inspector/InjectedScriptHost.h |
@@ -108,8 +108,8 @@ public: |
void copyText(const String& text); |
String databaseIdImpl(Database*); |
String storageIdImpl(Storage*); |
- void setBreakpoint(const String& scriptId, int lineNumber, int columnNumber); |
- void removeBreakpoint(const String& scriptId, int lineNumber, int columnNumber); |
+ void setBreakpoint(const String& scriptId, int lineNumber, int columnNumber, const String& origin, const String& condition); |
+ void removeBreakpoint(const String& scriptId, int lineNumber, int columnNumber, const String& origin); |
ScriptDebugServer& scriptDebugServer() { return *m_scriptDebugServer; } |