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

Unified Diff: third_party/WebKit/Source/core/inspector/ThreadDebugger.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/ThreadDebugger.h
diff --git a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
index cc687d1341cec293a2545f18abcb995b4ed7135f..6d49f1f590466978ce8276c9e798ec15d6f59bd3 100644
--- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
+++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
@@ -68,8 +68,8 @@ class CORE_EXPORT ThreadDebugger : public v8_inspector::V8InspectorClient {
v8::Local<v8::Array>,
int index,
v8::Local<v8::Value>);
- static MessageLevel consoleAPITypeToMessageLevel(
- v8_inspector::V8ConsoleAPIType);
+ static MessageLevel v8MessageLevelToMessageLevel(
+ v8::Isolate::MessageErrorLevel);
v8::Isolate* m_isolate;

Powered by Google App Engine
This is Rietveld 408576698