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

Unified Diff: Source/WebCore/Modules/indexeddb/IDBTracing.h

Issue 13643002: Rename LOG() to LOG_INFO() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebase Created 7 years, 8 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: Source/WebCore/Modules/indexeddb/IDBTracing.h
diff --git a/Source/WebCore/Modules/indexeddb/IDBTracing.h b/Source/WebCore/Modules/indexeddb/IDBTracing.h
index 35f3b0c0812e98b64eab39a1f0ba3595ed32cbdf..2c74fb8e1f2c417b89ceebd0a4d7e064f2ee006f 100644
--- a/Source/WebCore/Modules/indexeddb/IDBTracing.h
+++ b/Source/WebCore/Modules/indexeddb/IDBTracing.h
@@ -39,7 +39,7 @@
#else
#include "Logging.h"
-#define IDB_TRACE(a) LOG(StorageAPI, a)
+#define IDB_TRACE(a) LOG_INFO(StorageAPI, a)
#endif // PLATFORM(CHROMIUM)
« no previous file with comments | « Source/WTF/wtf/RefCountedLeakCounter.cpp ('k') | Source/WebCore/Modules/webaudio/DefaultAudioDestinationNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698