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

Unified Diff: third_party/WebKit/Source/core/inspector/ConsoleMessage.cpp

Issue 2151273003: [DevTools] Move browser logging from Console domain to Log domain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@internals-method
Patch Set: protocol improvements Created 4 years, 5 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/ConsoleMessage.cpp
diff --git a/third_party/WebKit/Source/core/inspector/ConsoleMessage.cpp b/third_party/WebKit/Source/core/inspector/ConsoleMessage.cpp
index f1584a95415090e53950c9763f36c7a3fa3199a4..d4644cc1990c5a80830efcace1f2ccbbc6b2c2b7 100644
--- a/third_party/WebKit/Source/core/inspector/ConsoleMessage.cpp
+++ b/third_party/WebKit/Source/core/inspector/ConsoleMessage.cpp
@@ -47,7 +47,7 @@ ConsoleMessage::ConsoleMessage(MessageSource source,
, m_message(message)
, m_location(std::move(location))
, m_requestIdentifier(0)
- , m_timestamp(WTF::currentTime())
+ , m_timestamp(WTF::currentTimeMS())
{
}

Powered by Google App Engine
This is Rietveld 408576698