| Index: Source/core/inspector/InjectedScriptHost.h
|
| diff --git a/Source/core/inspector/InjectedScriptHost.h b/Source/core/inspector/InjectedScriptHost.h
|
| index 033fd2e1ba1e2f06ca3093ef4a8aaf2b3786445c..220fbf7d6189fd078012ccdb507b09fd2b88e8f6 100644
|
| --- a/Source/core/inspector/InjectedScriptHost.h
|
| +++ b/Source/core/inspector/InjectedScriptHost.h
|
| @@ -100,6 +100,7 @@ public:
|
| void copyText(const String& text);
|
| String databaseIdImpl(Database*);
|
| String storageIdImpl(Storage*);
|
| + void setBreakpoint(const String& scriptId, int lineNumber, int columnNumber);
|
|
|
| ScriptDebugServer& scriptDebugServer();
|
|
|
|
|