| Index: Source/modules/indexeddb/IDBCursor.h
|
| diff --git a/Source/modules/indexeddb/IDBCursor.h b/Source/modules/indexeddb/IDBCursor.h
|
| index 64f48dc6848faaebf7251f7d4bf7d361e0162aba..f76ce75d89e645a4181d757fa2063957f119625e 100644
|
| --- a/Source/modules/indexeddb/IDBCursor.h
|
| +++ b/Source/modules/indexeddb/IDBCursor.h
|
| @@ -61,7 +61,7 @@ public:
|
| ScriptValue value(ScriptState*);
|
| ScriptValue source(ScriptState*) const;
|
|
|
| - IDBRequest* update(ScriptState*, ScriptValue&, ExceptionState&);
|
| + IDBRequest* update(ScriptState*, const ScriptValue&, ExceptionState&);
|
| void advance(unsigned long, ExceptionState&);
|
| void continueFunction(ScriptState*, const ScriptValue& key, ExceptionState&);
|
| void continuePrimaryKey(ScriptState*, const ScriptValue& key, const ScriptValue& primaryKey, ExceptionState&);
|
|
|