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

Unified Diff: third_party/WebKit/Source/core/inspector/MainThreadDebugger.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/MainThreadDebugger.h
diff --git a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
index ad6ad9aa9ea6177e97838a65d25fb6e407a14b99..5f99457e51a1daea7c6c0a4edbfb037c3654c8bb 100644
--- a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
+++ b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
@@ -102,12 +102,13 @@ class CORE_EXPORT MainThreadDebugger final : public ThreadDebugger {
bool canExecuteScripts(int contextGroupId) override;
void runIfWaitingForDebugger(int contextGroupId) 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;
void installAdditionalCommandLineAPI(v8::Local<v8::Context>,
v8::Local<v8::Object>) override;
v8::MaybeLocal<v8::Value> memoryInfo(v8::Isolate*,

Powered by Google App Engine
This is Rietveld 408576698