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

Unified Diff: third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.cpp

Issue 2229213002: Web SQL: Replace WTF_LOG() with STORAGE_DVLOG() or SQL_DVLOG(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Using LAZY_STREAM Created 4 years, 4 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/SQLTransactionStateMachine.cpp
diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.cpp b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.cpp
index 7f1de7622f200405fb4f97b437bb76d5b66356e5..a50f1d4590920e7484c0bb26267ceaa025f59aee 100644
--- a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.cpp
+++ b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.cpp
@@ -25,12 +25,11 @@
#include "modules/webdatabase/SQLTransactionStateMachine.h"
-#include "platform/Logging.h"
#include "wtf/Assertions.h"
namespace blink {
-#if !LOG_DISABLED
+#if DCHECK_IS_ON()
const char* nameForSQLTransactionState(SQLTransactionState state)
{
switch (state) {

Powered by Google App Engine
This is Rietveld 408576698