| Index: Source/bindings/v8/PageScriptDebugServer.h
|
| diff --git a/Source/bindings/v8/PageScriptDebugServer.h b/Source/bindings/v8/PageScriptDebugServer.h
|
| index 96a98a1e5c19332c5627ea6ead096bd0d5b81eb2..f3a24cd9e20aef79e1dcb1dede3c32f42b6ff4e8 100644
|
| --- a/Source/bindings/v8/PageScriptDebugServer.h
|
| +++ b/Source/bindings/v8/PageScriptDebugServer.h
|
| @@ -38,6 +38,7 @@
|
| namespace WebCore {
|
|
|
| class Page;
|
| +class ScriptController;
|
|
|
| class PageScriptDebugServer : public ScriptDebugServer {
|
| WTF_MAKE_NONCOPYABLE(PageScriptDebugServer);
|
| @@ -58,6 +59,7 @@ public:
|
| virtual void compileScript(ScriptState*, const String& expression, const String& sourceURL, String* scriptId, String* exceptionMessage);
|
| virtual void clearCompiledScripts();
|
| virtual void runScript(ScriptState*, const String& scriptId, ScriptValue* result, bool* wasThrown, String* exceptionMessage);
|
| + virtual ScriptController* scriptController(v8::Handle<v8::Context>);
|
|
|
| private:
|
| PageScriptDebugServer();
|
|
|