summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/IDBKeyRange.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/IDBKeyRange.h')
-rw-r--r--WebCore/storage/IDBKeyRange.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/storage/IDBKeyRange.h b/WebCore/storage/IDBKeyRange.h
index 58c1399..4c5efe2 100644
--- a/WebCore/storage/IDBKeyRange.h
+++ b/WebCore/storage/IDBKeyRange.h
@@ -29,13 +29,12 @@
#if ENABLE(INDEXED_DATABASE)
#include "IDBAny.h"
+#include "SerializedScriptValue.h"
#include <wtf/PassRefPtr.h>
#include <wtf/RefCounted.h>
namespace WebCore {
-class SerializedScriptValue;
-
class IDBKeyRange : public RefCounted<IDBKeyRange> {
public:
// Keep in sync with what's in the .idl file.