| Index: third_party/WebCore/Modules/indexeddb/IDBRequest.idl
|
| diff --git a/third_party/WebCore/Modules/indexeddb/IDBRequest.idl b/third_party/WebCore/Modules/indexeddb/IDBRequest.idl
|
| index 8c3e38529784a3e3b35474d4511e8206f558b71e..7cd34153457836eb11c20282fc2c280522383f3f 100644
|
| --- a/third_party/WebCore/Modules/indexeddb/IDBRequest.idl
|
| +++ b/third_party/WebCore/Modules/indexeddb/IDBRequest.idl
|
| @@ -44,9 +44,7 @@ module storage {
|
| readonly attribute IDBTransaction transaction;
|
|
|
| // States
|
| - const unsigned short LOADING = 1;
|
| - const unsigned short DONE = 2;
|
| - readonly attribute unsigned short readyState;
|
| + readonly attribute DOMString readyState;
|
|
|
| // Events
|
| attribute EventListener onsuccess;
|
|
|