| 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) {
|
|
|