summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/IndexedDatabaseImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/IndexedDatabaseImpl.cpp')
-rw-r--r--WebCore/storage/IndexedDatabaseImpl.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/storage/IndexedDatabaseImpl.cpp b/WebCore/storage/IndexedDatabaseImpl.cpp
index b3051c9..ae4fd1e 100644
--- a/WebCore/storage/IndexedDatabaseImpl.cpp
+++ b/WebCore/storage/IndexedDatabaseImpl.cpp
@@ -30,6 +30,7 @@
#include "IDBDatabase.h"
#include "IDBDatabaseError.h"
+#include "SecurityOrigin.h"
#include <wtf/Threading.h>
#include <wtf/UnusedParam.h>
@@ -50,7 +51,7 @@ IndexedDatabaseImpl::~IndexedDatabaseImpl()
{
}
-void IndexedDatabaseImpl::open(const String& name, const String& description, bool modifyDatabase, PassRefPtr<IDBCallbacks> callbacks, Frame*, ExceptionCode&)
+void IndexedDatabaseImpl::open(const String& name, const String& description, bool modifyDatabase, PassRefPtr<IDBCallbacks> callbacks, PassRefPtr<SecurityOrigin>, Frame*, ExceptionCode&)
{
// FIXME: Write for realz.
UNUSED_PARAM(name);