summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/IndexedDatabaseImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/IndexedDatabaseImpl.h')
-rw-r--r--WebCore/storage/IndexedDatabaseImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/storage/IndexedDatabaseImpl.h b/WebCore/storage/IndexedDatabaseImpl.h
index 73edf6b..8d73694 100644
--- a/WebCore/storage/IndexedDatabaseImpl.h
+++ b/WebCore/storage/IndexedDatabaseImpl.h
@@ -39,7 +39,7 @@ public:
static PassRefPtr<IndexedDatabaseImpl> create();
virtual ~IndexedDatabaseImpl();
- virtual void open(const String& name, const String& description, bool modifyDatabase, PassRefPtr<IDBCallbacks>, Frame*, ExceptionCode&);
+ virtual void open(const String& name, const String& description, bool modifyDatabase, PassRefPtr<IDBCallbacks>, PassRefPtr<SecurityOrigin>, Frame*, ExceptionCode&);
private:
IndexedDatabaseImpl();