Index: Source/modules/indexeddb/IDBRequest.idl |
diff --git a/Source/modules/indexeddb/IDBRequest.idl b/Source/modules/indexeddb/IDBRequest.idl |
index 139810f3d86cd43ba3c33a14d23b52d783381307..99d129df748639d28d75c377de364249498d7942 100644 |
--- a/Source/modules/indexeddb/IDBRequest.idl |
+++ b/Source/modules/indexeddb/IDBRequest.idl |
@@ -30,10 +30,10 @@ |
[ |
ActiveDOMObject |
] interface IDBRequest : EventTarget { |
- [RaisesException=Getter, CachedAttribute=isResultDirty] readonly attribute any result; |
+ [CallWith=NewScriptState, RaisesException=Getter, CachedAttribute=isResultDirty] readonly attribute any result; |
[RaisesException=Getter] readonly attribute DOMError error; |
- [CallWith=ExecutionContext] readonly attribute any source; |
+ [CallWith=NewScriptState] readonly attribute any source; |
readonly attribute IDBTransaction transaction; |
// States |