summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/storage/IDBCursor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/storage/IDBCursor.idl')
-rw-r--r--Source/WebCore/storage/IDBCursor.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/storage/IDBCursor.idl b/Source/WebCore/storage/IDBCursor.idl
index 2e1459f..1f44cd2 100644
--- a/Source/WebCore/storage/IDBCursor.idl
+++ b/Source/WebCore/storage/IDBCursor.idl
@@ -35,7 +35,8 @@ module storage {
readonly attribute unsigned short direction;
readonly attribute IDBKey key;
- readonly attribute IDBAny value;
+ readonly attribute IDBKey primaryKey;
+ readonly attribute IDBAny source;
[CallWith=ScriptExecutionContext] IDBRequest update(in SerializedScriptValue value)
raises (IDBDatabaseException);