summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/IDBFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/IDBFactory.h')
-rw-r--r--WebCore/storage/IDBFactory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/storage/IDBFactory.h b/WebCore/storage/IDBFactory.h
index a96aa38..8953245 100644
--- a/WebCore/storage/IDBFactory.h
+++ b/WebCore/storage/IDBFactory.h
@@ -31,6 +31,7 @@
#include "DOMStringList.h"
#include "ExceptionCode.h"
#include "IDBFactoryBackendInterface.h"
+#include "IDBRequest.h"
#include "PlatformString.h"
#include <wtf/PassRefPtr.h>
#include <wtf/RefCounted.h>
@@ -42,7 +43,6 @@ namespace WebCore {
class IDBKey;
class IDBKeyRange;
-class IDBRequest;
class IDBFactoryBackendInterface;
class ScriptExecutionContext;
@@ -54,7 +54,7 @@ public:
}
~IDBFactory();
- PassRefPtr<IDBRequest> open(ScriptExecutionContext*, const String& name, const String& description = String());
+ PassRefPtr<IDBRequest> open(ScriptExecutionContext*, const String& name, const String& description, ExceptionCode&);
private:
IDBFactory(IDBFactoryBackendInterface*);