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

Unified Diff: third_party/WebKit/Source/modules/webdatabase/StorageLog.h

Issue 2656053002: NullStream
Patch Set: . 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
« no previous file with comments | « media/blink/webmediaplayer_impl.cc ('k') | third_party/WebKit/Source/modules/webdatabase/sqlite/SQLLog.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webdatabase/StorageLog.h
diff --git a/third_party/WebKit/Source/modules/webdatabase/StorageLog.h b/third_party/WebKit/Source/modules/webdatabase/StorageLog.h
index a230d58fb3e6074ab6d3212254de52967e7d1939..1e5e7bfe0704d9a81f5ab93f7fde050dce42fdef 100644
--- a/third_party/WebKit/Source/modules/webdatabase/StorageLog.h
+++ b/third_party/WebKit/Source/modules/webdatabase/StorageLog.h
@@ -14,7 +14,7 @@
LAZY_STREAM(VLOG_STREAM(verbose_level), \
((verbose_level) <= ::logging::GetVlogLevel("StorageLog.h")))
#else
-#define STORAGE_DVLOG(verbose_level) EAT_STREAM_PARAMETERS
+#define STORAGE_DVLOG(verbose_level) ::logging::NullStream().stream()
#endif
#endif // StorageLog_h
« no previous file with comments | « media/blink/webmediaplayer_impl.cc ('k') | third_party/WebKit/Source/modules/webdatabase/sqlite/SQLLog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698