Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(464)

Unified Diff: Source/modules/indexeddb/IDBCursor.h

Issue 236783002: Pass NewScriptState to idbAnyToScriptValue() and idbKeyToScriptValue() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/bindings/v8/IDBBindingUtilitiesTest.cpp ('k') | Source/modules/indexeddb/IDBCursor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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&);
« no previous file with comments | « Source/bindings/v8/IDBBindingUtilitiesTest.cpp ('k') | Source/modules/indexeddb/IDBCursor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698