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

Unified Diff: WebCore/workers/WorkerContext.h

Issue 602013: Implement Web Worker access to the SQL database. (Closed) Base URL: http://svn.webkit.org/repository/webkit/trunk/
Patch Set: '' Created 10 years, 10 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 | « WebCore/storage/SQLTransaction.idl ('k') | WebCore/workers/WorkerContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebCore/workers/WorkerContext.h
===================================================================
--- WebCore/workers/WorkerContext.h (revision 55036)
+++ WebCore/workers/WorkerContext.h (working copy)
@@ -109,8 +109,8 @@
PassRefPtr<Database> openDatabase(const String& name, const String& version, const String& displayName, unsigned long estimatedSize, ExceptionCode&);
// Not implemented yet.
virtual bool isDatabaseReadOnly() const { return false; }
- // Not implemented yet.
- virtual void databaseExceededQuota(const String&) { }
+ // Not implemented for real yet.
+ virtual void databaseExceededQuota(const String&);
#endif
virtual bool isContextThread() const;
« no previous file with comments | « WebCore/storage/SQLTransaction.idl ('k') | WebCore/workers/WorkerContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698