diff options
Diffstat (limited to 'WebCore/storage/IDBFactory.h')
-rw-r--r-- | WebCore/storage/IDBFactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/storage/IDBFactory.h b/WebCore/storage/IDBFactory.h index 61619b9..a96aa38 100644 --- a/WebCore/storage/IDBFactory.h +++ b/WebCore/storage/IDBFactory.h @@ -54,7 +54,7 @@ public: } ~IDBFactory(); - PassRefPtr<IDBRequest> open(ScriptExecutionContext*, const String& name, const String& description); + PassRefPtr<IDBRequest> open(ScriptExecutionContext*, const String& name, const String& description = String()); private: IDBFactory(IDBFactoryBackendInterface*); |