| Index: third_party/WebKit/Source/core/inspector/InjectedScriptHost.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InjectedScriptHost.h b/third_party/WebKit/Source/core/inspector/InjectedScriptHost.h
|
| index 87fe9dbac00c70a75da81fc6aa7916cd97b12d47..ecadc8afc8cf931df5618aa251ed0d2b49dc7889 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InjectedScriptHost.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InjectedScriptHost.h
|
| @@ -65,14 +65,7 @@ public:
|
|
|
| using InspectCallback = Function<void(PassRefPtr<TypeBuilder::Runtime::RemoteObject>, PassRefPtr<JSONObject>)>;
|
|
|
| - void init(InspectorConsoleAgent* consoleAgent, V8DebuggerAgent* debuggerAgent, PassOwnPtr<InspectCallback> inspectCallback, V8Debugger* debugger, PassOwnPtr<InjectedScriptHostClient> injectedScriptHostClient)
|
| - {
|
| - m_consoleAgent = consoleAgent;
|
| - m_debuggerAgent = debuggerAgent;
|
| - m_inspectCallback = inspectCallback;
|
| - m_debugger = debugger;
|
| - m_client = injectedScriptHostClient;
|
| - }
|
| + void init(InspectorConsoleAgent*, V8DebuggerAgent*, PassOwnPtr<InspectCallback>, V8Debugger*, PassOwnPtr<InjectedScriptHostClient>);
|
|
|
| static EventTarget* eventTargetFromV8Value(v8::Isolate*, v8::Local<v8::Value>);
|
|
|
|
|