| Index: third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/Database.cpp b/third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| index 97b4c6f7195723a312f0c6d228f3a0b1f2826e78..afe9e49f52731593276cfc33ee9c87e55b32f68a 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| @@ -860,7 +860,7 @@ void Database::runTransaction(SQLTransactionCallback* callback,
|
| // sometimes firing it ourselves, this code should probably be pushed down
|
| // into Database so that we only create the SQLTransaction if we're
|
| // actually going to run it.
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| SQLTransactionErrorCallback* originalErrorCallback = errorCallback;
|
| #endif
|
| SQLTransaction* transaction = SQLTransaction::create(
|
|
|