| Index: Source/core/inspector/InjectedScriptHost.h | 
| diff --git a/Source/core/inspector/InjectedScriptHost.h b/Source/core/inspector/InjectedScriptHost.h | 
| index 13c4169462eec65d726d33fbe85218f7ff4e07c6..4b8f7b3d77cfec5a80c59c26b97748c490258898 100644 | 
| --- a/Source/core/inspector/InjectedScriptHost.h | 
| +++ b/Source/core/inspector/InjectedScriptHost.h | 
| @@ -106,6 +106,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); | 
|  | 
| ScriptDebugServer& scriptDebugServer(); | 
|  | 
|  |