| Index: components/history/core/browser/thumbnail_database.cc
|
| diff --git a/components/history/core/browser/thumbnail_database.cc b/components/history/core/browser/thumbnail_database.cc
|
| index d92e4d79478f080eb722cbba35202d0d96a11bf5..f476c6e0db1ab3b2115a033b0b7e7452fecdcdde 100644
|
| --- a/components/history/core/browser/thumbnail_database.cc
|
| +++ b/components/history/core/browser/thumbnail_database.cc
|
| @@ -433,7 +433,7 @@ void DatabaseErrorCallback(sql::Connection* db,
|
| }
|
|
|
| // The default handling is to assert on debug and to ignore on release.
|
| - if (!sql::Connection::ShouldIgnoreSqliteError(extended_error))
|
| + if (!sql::Connection::IsExpectedSqliteError(extended_error))
|
| DLOG(FATAL) << db->GetErrorMessage();
|
| }
|
|
|
|
|