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

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

Issue 2656633004: DevTools: migrate v8 console client to the new API. (Closed)
Patch Set: rebaselined Created 3 years, 11 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/WorkerThreadDebugger.h
diff --git a/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.h b/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.h
index 1313603623bd0e465653be28a88615376180638d..f5e87a2ea404f0fe1400554e5aa0b47695af25ec 100644
--- a/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.h
+++ b/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.h
@@ -77,12 +77,13 @@ class CORE_EXPORT WorkerThreadDebugger final : public ThreadDebugger {
v8::MaybeLocal<v8::Value> memoryInfo(v8::Isolate*,
v8::Local<v8::Context>) override;
void consoleAPIMessage(int contextGroupId,
- v8_inspector::V8ConsoleAPIType,
+ v8::Isolate::MessageErrorLevel,
const v8_inspector::StringView& message,
const v8_inspector::StringView& url,
unsigned lineNumber,
unsigned columnNumber,
v8_inspector::V8StackTrace*) override;
+ void consoleClear(int contextGroupId) override;
int m_pausedContextGroupId;
WTF::HashMap<int, WorkerThread*> m_workerThreads;

Powered by Google App Engine
This is Rietveld 408576698