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

Unified Diff: third_party/WebKit/public/web/ConsoleMessageStructTraits.cpp

Issue 2646033003: DevTools: streamline console logging levels, migrate 'log' to 'info' level, 'debug' to 'verbose' le… (Closed)
Patch Set: missing rebaseline 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/public/web/ConsoleMessageStructTraits.cpp
diff --git a/third_party/WebKit/public/web/ConsoleMessageStructTraits.cpp b/third_party/WebKit/public/web/ConsoleMessageStructTraits.cpp
index 19b87a47fdaacb09179b7fe430a939c581cb066d..bce2a4fd5d8a0dece6cdd38671e6908de86ffe98 100644
--- a/third_party/WebKit/public/web/ConsoleMessageStructTraits.cpp
+++ b/third_party/WebKit/public/web/ConsoleMessageStructTraits.cpp
@@ -14,10 +14,8 @@ namespace mojo {
static_assert(static_cast<int>(a) == static_cast<int>(b), \
"mismatching enum : " #a)
-STATIC_ASSERT_ENUM(::blink::WebConsoleMessage::Level::LevelDebug,
- ::blink::mojom::ConsoleMessageLevel::Debug);
-STATIC_ASSERT_ENUM(::blink::WebConsoleMessage::Level::LevelLog,
- ::blink::mojom::ConsoleMessageLevel::Log);
+STATIC_ASSERT_ENUM(::blink::WebConsoleMessage::Level::LevelVerbose,
+ ::blink::mojom::ConsoleMessageLevel::Verbose);
STATIC_ASSERT_ENUM(::blink::WebConsoleMessage::Level::LevelInfo,
::blink::mojom::ConsoleMessageLevel::Info);
STATIC_ASSERT_ENUM(::blink::WebConsoleMessage::Level::LevelWarning,
« no previous file with comments | « third_party/WebKit/Source/web/WebLocalFrameImpl.cpp ('k') | third_party/WebKit/public/web/WebConsoleMessage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698