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

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

Issue 2751193003: [DevTools] Move ConsoleModel to it's own module (Closed)
Patch Set: Created 3 years, 9 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 1bc866e54e8d6f622ae476d3f2acae400625cf6e..9d605a8dde7cc64b066c51512adb616470f87e04 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-timestamp.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-timestamp.html
@@ -13,10 +13,10 @@ function test()
function addMessageWithFixedTimestamp(messageText, timestamp)
{
- var message = new SDK.ConsoleMessage(
+ var message = new ConsoleModel.ConsoleMessage(
InspectorTest.mainTarget,
- SDK.ConsoleMessage.MessageSource.Other, // source
- SDK.ConsoleMessage.MessageLevel.Info, // level
+ ConsoleModel.ConsoleMessage.MessageSource.Other, // source
+ ConsoleModel.ConsoleMessage.MessageLevel.Info, // level
messageText,
undefined, // type
undefined, // url

Powered by Google App Engine
This is Rietveld 408576698