| Index: third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl b/third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl
|
| index 7fbbbc044b79096d679327503f3afc116fea6c5f..ad3ea2f4c2532e291a389879140d0befb3893df7 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl
|
| @@ -43,11 +43,8 @@ enum IDBRequestReadyState {
|
| ] interface IDBRequest : EventTarget {
|
| [CallWith=ScriptState, RaisesException=Getter, CachedAttribute=isResultDirty] readonly attribute any result;
|
| [RaisesException=Getter] readonly attribute DOMException error;
|
| -
|
| [CallWith=ScriptState] readonly attribute any source;
|
| readonly attribute IDBTransaction transaction;
|
| -
|
| - // States
|
| readonly attribute IDBRequestReadyState readyState;
|
|
|
| // Events
|
|
|