| 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 d9f5b193ebcb5389416d3df844d5089467743c91..d31fc32c946a0777e6c3c8a3dbdf7d857c71e3ed 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl
|
| @@ -48,7 +48,7 @@ enum IDBRequestReadyState {
|
| readonly attribute IDBTransaction transaction;
|
|
|
| // States
|
| - readonly attribute IDBRequestReadyState readyState;
|
| + [ImplementedAs=getReadyState] readonly attribute IDBRequestReadyState readyState;
|
|
|
| // Events
|
| attribute EventHandler onsuccess;
|
|
|