| 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;
|
|
|
|
|