| Index: third_party/WebKit/Source/bindings/modules/v8/custom/V8CustomSQLStatementErrorCallback.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/modules/v8/custom/V8CustomSQLStatementErrorCallback.cpp b/third_party/WebKit/Source/bindings/modules/v8/custom/V8CustomSQLStatementErrorCallback.cpp
|
| index 52fc89225844c9e429df8a7080cd80b2c428728e..6fff94e23977457f62da41042a8597e19d3a6e9d 100644
|
| --- a/third_party/WebKit/Source/bindings/modules/v8/custom/V8CustomSQLStatementErrorCallback.cpp
|
| +++ b/third_party/WebKit/Source/bindings/modules/v8/custom/V8CustomSQLStatementErrorCallback.cpp
|
| @@ -53,7 +53,7 @@ bool V8SQLStatementErrorCallback::handleEvent(SQLTransaction* transaction,
|
| ToV8(transaction, m_scriptState->GetContext()->Global(), isolate);
|
| v8::Local<v8::Value> error_handle =
|
| ToV8(error, m_scriptState->GetContext()->Global(), isolate);
|
| - ASSERT(transaction_handle->IsObject());
|
| + DCHECK(transaction_handle->IsObject());
|
|
|
| v8::Local<v8::Value> argv[] = {transaction_handle, error_handle};
|
|
|
|
|