| Index: Source/core/inspector/InjectedScriptHost.h
|
| diff --git a/Source/core/inspector/InjectedScriptHost.h b/Source/core/inspector/InjectedScriptHost.h
|
| index 8e5121c4b997eaf3e5b411ef62929ba1e7a05332..ab12dac13b121bbf46a3584c9af5d3ce40623981 100644
|
| --- a/Source/core/inspector/InjectedScriptHost.h
|
| +++ b/Source/core/inspector/InjectedScriptHost.h
|
| @@ -100,6 +100,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();
|
|
|
|
|