Index: third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h b/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h |
index 1566d1b2f8f7d30f9db28c4040355072933509c7..f16adf4640e152b4529ff92b9ee0320e95710e0b 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h |
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h |
@@ -14,7 +14,7 @@ |
class V8InjectedScriptHost { |
public: |
- static v8::Local<v8::Object> wrap(v8::Local<v8::FunctionTemplate> constructorTemplate, v8::Local<v8::Context>, InjectedScriptHost*); |
+ static v8::Local<v8::Object> wrap(V8DebuggerClient*, v8::Local<v8::FunctionTemplate> constructorTemplate, v8::Local<v8::Context>, InjectedScriptHost*); |
static InjectedScriptHost* unwrap(v8::Local<v8::Context>, v8::Local<v8::Object>); |
static v8::Local<v8::FunctionTemplate> createWrapperTemplate(v8::Isolate*); |