Index: Source/modules/indexeddb/IDBDatabase.idl |
diff --git a/Source/modules/indexeddb/IDBDatabase.idl b/Source/modules/indexeddb/IDBDatabase.idl |
index c8e80d373b9d551369919141043715f6e2f127bb..255d24360fe90d3c533c442d243dec6d3bb8f0af 100644 |
--- a/Source/modules/indexeddb/IDBDatabase.idl |
+++ b/Source/modules/indexeddb/IDBDatabase.idl |
@@ -28,7 +28,7 @@ |
ActiveDOMObject |
] interface IDBDatabase : EventTarget { |
readonly attribute DOMString name; |
- [CallWith=ExecutionContext] readonly attribute any version; |
+ [CallWith=NewScriptState] readonly attribute any version; |
readonly attribute DOMStringList objectStoreNames; |
attribute EventHandler onabort; |