Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(576)

Unified Diff: third_party/WebKit/Source/core/inspector/ThreadDebugger.h

Issue 1779033003: DevTools: always use 16bit strings for inspector protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698