Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(381)

Unified Diff: Source/web/WebDatabase.cpp

Issue 561093003: Remove worker support of Web SQL Database. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.idl ('k') | public/platform/WebDatabaseObserver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.idl ('k') | public/platform/WebDatabaseObserver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698