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