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

Unified Diff: modules/indexeddb/IDBDatabase.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 10 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/indexeddb/IDBCursor.idl ('k') | modules/indexeddb/IDBIndex.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/indexeddb/IDBDatabase.idl
diff --git a/modules/indexeddb/IDBDatabase.idl b/modules/indexeddb/IDBDatabase.idl
index 3c2db1726b09b5acd419d3f1152327966ea04cff..c8e80d373b9d551369919141043715f6e2f127bb 100644
--- a/modules/indexeddb/IDBDatabase.idl
+++ b/modules/indexeddb/IDBDatabase.idl
@@ -28,7 +28,7 @@
ActiveDOMObject
] interface IDBDatabase : EventTarget {
readonly attribute DOMString name;
- readonly attribute IDBAny version;
+ [CallWith=ExecutionContext] readonly attribute any version;
readonly attribute DOMStringList objectStoreNames;
attribute EventHandler onabort;
« no previous file with comments | « modules/indexeddb/IDBCursor.idl ('k') | modules/indexeddb/IDBIndex.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698