summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webdevtoolsclient_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webdevtoolsclient_impl.h')
-rw-r--r--webkit/glue/webdevtoolsclient_impl.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/webkit/glue/webdevtoolsclient_impl.h b/webkit/glue/webdevtoolsclient_impl.h
index 697a160..8180458 100644
--- a/webkit/glue/webdevtoolsclient_impl.h
+++ b/webkit/glue/webdevtoolsclient_impl.h
@@ -61,9 +61,13 @@ class WebDevToolsClientImpl : public WebDevToolsClient,
static v8::Handle<v8::Value> JsAddResourceSourceToFrame(
const v8::Arguments& args);
static v8::Handle<v8::Value> JsLoaded(const v8::Arguments& args);
- static v8::Handle<v8::Value> JsActivateWindow(const v8::Arguments& args);
static v8::Handle<v8::Value> JsGetPlatform(const v8::Arguments& args);
+ static v8::Handle<v8::Value> JsActivateWindow(const v8::Arguments& args);
+ static v8::Handle<v8::Value> JsCloseWindow(const v8::Arguments& args);
+ static v8::Handle<v8::Value> JsDockWindow(const v8::Arguments& args);
+ static v8::Handle<v8::Value> JsUndockWindow(const v8::Arguments& args);
+
WebViewImpl* web_view_impl_;
WebDevToolsClientDelegate* delegate_;
OwnPtr<CppBoundClass> debugger_command_executor_obj_;