| Index: Source/modules/indexeddb/IDBCursor.idl
 | 
| diff --git a/Source/modules/indexeddb/IDBCursor.idl b/Source/modules/indexeddb/IDBCursor.idl
 | 
| index bac9c26572f33e10f001d2f901433fd13f027fad..d77cb64146c4a211cb8499fba2612ea17d26bc82 100644
 | 
| --- a/Source/modules/indexeddb/IDBCursor.idl
 | 
| +++ b/Source/modules/indexeddb/IDBCursor.idl
 | 
| @@ -43,7 +43,7 @@ enum IDBCursorDirection {
 | 
|  
 | 
|      [CallWith=ScriptState, RaisesException] IDBRequest update(any value);
 | 
|      [RaisesException] void advance([EnforceRange] unsigned long count);
 | 
| -    [CallWith=ScriptState, ImplementedAs=continueFunction, RaisesException] void continue([Default=Undefined] optional any key);
 | 
| +    [CallWith=ScriptState, ImplementedAs=continueFunction, RaisesException] void continue(optional any key);
 | 
|      [CallWith=ScriptState, RaisesException, RuntimeEnabled=IndexedDBExperimental] void continuePrimaryKey(any key, any primaryKey);
 | 
|      [CallWith=ScriptState, ImplementedAs=deleteFunction, RaisesException] IDBRequest delete();
 | 
|  };
 | 
| 
 |