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

Unified Diff: Source/modules/indexeddb/IDBCursorWithValue.idl

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/modules/indexeddb/IDBCursor.idl ('k') | Source/modules/indexeddb/IDBDatabase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/indexeddb/IDBCursorWithValue.idl
diff --git a/Source/modules/indexeddb/IDBCursorWithValue.idl b/Source/modules/indexeddb/IDBCursorWithValue.idl
index cad30a656a7c9cf8b37b768c6346709ef1658980..2918164e7322b7203ecb11c24d94065c2e11475c 100644
--- a/Source/modules/indexeddb/IDBCursorWithValue.idl
+++ b/Source/modules/indexeddb/IDBCursorWithValue.idl
@@ -24,5 +24,5 @@
*/
interface IDBCursorWithValue : IDBCursor {
- [CallWith=ExecutionContext,CachedAttribute=isValueDirty] readonly attribute any value;
+ [CallWith=NewScriptState, CachedAttribute=isValueDirty] readonly attribute any value;
};
« no previous file with comments | « Source/modules/indexeddb/IDBCursor.idl ('k') | Source/modules/indexeddb/IDBDatabase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698