Chromium Code Reviews| Index: third_party/WebKit/Source/modules/webdatabase/SQLResultSet.cpp |
| diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLResultSet.cpp b/third_party/WebKit/Source/modules/webdatabase/SQLResultSet.cpp |
| index cccf7ca94b583a91d901cc9502237476d22c9fa9..be0fbaa339487c1775501b8cd40e7ee6b717148b 100644 |
| --- a/third_party/WebKit/Source/modules/webdatabase/SQLResultSet.cpp |
| +++ b/third_party/WebKit/Source/modules/webdatabase/SQLResultSet.cpp |
| @@ -68,7 +68,7 @@ SQLResultSetRowList* SQLResultSet::rows() const { |
| } |
| void SQLResultSet::SetInsertId(int64_t id) { |
| - ASSERT(!insert_id_set_); |
| + DCHECK(!insert_id_set_); |
| insert_id_ = id; |
| insert_id_set_ = true; |