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; |