summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/IDBCursorBackendInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/IDBCursorBackendInterface.h')
-rw-r--r--WebCore/storage/IDBCursorBackendInterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/storage/IDBCursorBackendInterface.h b/WebCore/storage/IDBCursorBackendInterface.h
index acea955..4b209c4 100644
--- a/WebCore/storage/IDBCursorBackendInterface.h
+++ b/WebCore/storage/IDBCursorBackendInterface.h
@@ -46,7 +46,7 @@ public:
virtual unsigned short direction() const = 0;
virtual PassRefPtr<IDBKey> key() const = 0;
- virtual PassRefPtr<SerializedScriptValue> value() const = 0;
+ virtual PassRefPtr<IDBAny> value() const = 0;
virtual void update(PassRefPtr<SerializedScriptValue>, PassRefPtr<IDBCallbacks>) = 0;
virtual void continueFunction(PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks>) = 0;