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

Unified Diff: modules/indexeddb/IDBCursor.idl

Issue 23534036: Roll IDL files forward (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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 | « modules/imagebitmap/WindowImageBitmapFactories.idl ('k') | modules/indexeddb/IDBCursorWithValue.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/indexeddb/IDBCursor.idl
diff --git a/modules/indexeddb/IDBCursor.idl b/modules/indexeddb/IDBCursor.idl
index 2e375c0aaa97042ac0020d9c88ccdd68be4d5267..18d53a11730ec294618dd894839a25fcf279c366 100644
--- a/modules/indexeddb/IDBCursor.idl
+++ b/modules/indexeddb/IDBCursor.idl
@@ -26,8 +26,8 @@
interface IDBCursor {
readonly attribute DOMString direction;
- readonly attribute any key;
- readonly attribute any primaryKey;
+ [CallWith=ScriptExecutionContext, CachedAttribute=isKeyDirty] readonly attribute any key;
+ [CallWith=ScriptExecutionContext, CachedAttribute=isPrimaryKeyDirty] readonly attribute any primaryKey;
readonly attribute IDBAny source;
[CallWith=ScriptState, RaisesException] IDBRequest update(any value);
« no previous file with comments | « modules/imagebitmap/WindowImageBitmapFactories.idl ('k') | modules/indexeddb/IDBCursorWithValue.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698