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.idl5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/WebCore/storage/IDBCursor.idl b/Source/WebCore/storage/IDBCursor.idl
index 12d0baf..2e1459f 100644
--- a/Source/WebCore/storage/IDBCursor.idl
+++ b/Source/WebCore/storage/IDBCursor.idl
@@ -37,9 +37,8 @@ module storage {
readonly attribute IDBKey key;
readonly attribute IDBAny value;
- // FIXME: Implement.
- //[CallWith=ScriptExecutionContext] IDBRequest update(in SerializedScriptValue value)
- // raises (IDBDatabaseException);
+ [CallWith=ScriptExecutionContext] IDBRequest update(in SerializedScriptValue value)
+ raises (IDBDatabaseException);
[ImplementationFunction=continueFunction] void continue(in [Optional] IDBKey key)
raises (IDBDatabaseException);
[CallWith=ScriptExecutionContext, ImplementationFunction=deleteFunction] IDBRequest delete()