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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-timestamp.html

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/LayoutTests/inspector/console/console-timestamp.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-timestamp.html b/third_party/WebKit/LayoutTests/inspector/console/console-timestamp.html
index 55753077ef7d2f6e6c06d307ff052ea1dc6201e4..634b5d0ff09edfeb88917ce6f0a2393ba27e376e 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-timestamp.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-timestamp.html
@@ -16,7 +16,7 @@ function test()
var message = new SDK.ConsoleMessage(
InspectorTest.consoleModel.target(),
SDK.ConsoleMessage.MessageSource.Other, // source
- SDK.ConsoleMessage.MessageLevel.Log, // level
+ SDK.ConsoleMessage.MessageLevel.Info, // level
messageText,
undefined, // type
undefined, // url

Powered by Google App Engine
This is Rietveld 408576698