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 53c9b9ba67b4d8bf46ca73531b199b19d9048ca7..a16ed81c08d40f440e97354e025f7eb431275e53 100644 |
--- a/third_party/WebKit/Source/bindings/modules/v8/custom/V8CustomSQLStatementErrorCallback.cpp |
+++ b/third_party/WebKit/Source/bindings/modules/v8/custom/V8CustomSQLStatementErrorCallback.cpp |
@@ -54,7 +54,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}; |