Chromium Code Reviews| Index: third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.h |
| diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.h b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.h |
| index de32e14b504658f2cbcb01f97379495d801e4551..12492f0d311f9d0125ab6593355fd6e6b30518f6 100644 |
| --- a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.h |
| +++ b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.h |
| @@ -59,7 +59,7 @@ protected: |
| #endif |
| }; |
| -#if !LOG_DISABLED |
| +#if DCHECK_IS_ON() |
| extern const char* nameForSQLTransactionState(SQLTransactionState); |
| #endif |