Index: third_party/WebKit/Source/platform/v8_inspector/V8JavaScriptCallFrame.h |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8JavaScriptCallFrame.h b/third_party/WebKit/Source/platform/v8_inspector/V8JavaScriptCallFrame.h |
index a4672b631bd77060a29bcf7e4a223ade62906c67..83edad6d8d09fd3c2ee2cb3d522428a6416b5101 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/V8JavaScriptCallFrame.h |
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8JavaScriptCallFrame.h |
@@ -17,7 +17,7 @@ |
class V8JavaScriptCallFrame { |
public: |
static v8::Local<v8::FunctionTemplate> createWrapperTemplate(v8::Isolate*); |
- static v8::Local<v8::Object> wrap(v8::Local<v8::FunctionTemplate> constructorTemplate, v8::Local<v8::Context>, PassOwnPtr<JavaScriptCallFrame>); |
+ static v8::Local<v8::Object> wrap(V8DebuggerClient*, v8::Local<v8::FunctionTemplate> constructorTemplate, v8::Local<v8::Context>, PassOwnPtr<JavaScriptCallFrame>); |
static JavaScriptCallFrame* unwrap(v8::Local<v8::Context>, v8::Local<v8::Object>); |
}; |