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

Unified Diff: third_party/WebKit/Source/modules/webdatabase/sqlite/SQLLog.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
Index: third_party/WebKit/Source/modules/webdatabase/sqlite/SQLLog.h
diff --git a/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLLog.h b/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLLog.h
index bcd2fe2174f46e295ed78df46ef7f5866618d7b3..05b9e3608e065bd66bdbfeffc5a3777b07b6ca08 100644
--- a/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLLog.h
+++ b/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLLog.h
@@ -14,7 +14,7 @@
LAZY_STREAM(VLOG_STREAM(verbose_level), \
((verbose_level) <= ::logging::GetVlogLevel("SQLLog.h")))
#else
-#define SQL_DVLOG(verbose_level) EAT_STREAM_PARAMETERS
+#define SQL_DVLOG(verbose_level) ::logging::NullStream().stream()
#endif
#endif // SQLLog_h

Powered by Google App Engine
This is Rietveld 408576698