| Index: Source/web/WebDatabase.cpp
|
| diff --git a/Source/web/WebDatabase.cpp b/Source/web/WebDatabase.cpp
|
| index 6b63cbe87dcb659b3c74b7ae977b6ab0c331f561..87e3e3034ed64c8746e72250f3be02c9fae607e6 100644
|
| --- a/Source/web/WebDatabase.cpp
|
| +++ b/Source/web/WebDatabase.cpp
|
| @@ -67,8 +67,7 @@ WebSecurityOrigin WebDatabase::securityOrigin() const
|
|
|
| bool WebDatabase::isSyncDatabase() const
|
| {
|
| - ASSERT(m_database);
|
| - return m_database->isSyncDatabase();
|
| + return false;
|
| }
|
|
|
| void WebDatabase::updateDatabaseSize(const WebString& originIdentifier, const WebString& name, long long size)
|
|
|