| Index: third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| index 962e1c843abcc9ce5eae8840f760ffdc9f32a9d9..19eec3e15e71dc593b87790b8f537b8005ecc0de 100644
|
| --- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| +++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| @@ -25,7 +25,7 @@ public:
|
| // V8DebuggerClient implementation.
|
| void muteWarningsAndDeprecations() override { };
|
| void unmuteWarningsAndDeprecations() override { };
|
| - void eventListeners(v8::Local<v8::Value>, V8EventListenerInfoMap&) override;
|
| + void eventListeners(v8::Local<v8::Value>, V8EventListenerInfoList&) override;
|
| v8::MaybeLocal<v8::Object> instantiateObject(v8::Local<v8::Function>) override;
|
| v8::MaybeLocal<v8::Value> runCompiledScript(v8::Local<v8::Context>, v8::Local<v8::Script>) override;
|
| v8::MaybeLocal<v8::Value> compileAndRunInternalScript(v8::Local<v8::String>) override;
|
|
|