| Index: Source/modules/indexeddb/IDBCursor.h
|
| diff --git a/Source/modules/indexeddb/IDBCursor.h b/Source/modules/indexeddb/IDBCursor.h
|
| index f4efc36ccebcc46594e17651e56a909d877bcf5c..20e66c57532a1a4aae09e6d216a5bb029875601e 100644
|
| --- a/Source/modules/indexeddb/IDBCursor.h
|
| +++ b/Source/modules/indexeddb/IDBCursor.h
|
| @@ -60,10 +60,10 @@ public:
|
|
|
| // Implement the IDL
|
| const String& direction() const { return directionToString(m_direction); }
|
| - ScriptValue key(ExecutionContext*);
|
| - ScriptValue primaryKey(ExecutionContext*);
|
| - ScriptValue value(ExecutionContext*);
|
| - ScriptValue source(ExecutionContext*) const;
|
| + ScriptValue key(NewScriptState*);
|
| + ScriptValue primaryKey(NewScriptState*);
|
| + ScriptValue value(NewScriptState*);
|
| + ScriptValue source(NewScriptState*) const;
|
|
|
| PassRefPtr<IDBRequest> update(ScriptState*, ScriptValue&, ExceptionState&);
|
| void advance(unsigned long, ExceptionState&);
|
|
|