| Index: third_party/WebCore/Modules/indexeddb/IDBTransaction.idl
|
| diff --git a/third_party/WebCore/Modules/indexeddb/IDBTransaction.idl b/third_party/WebCore/Modules/indexeddb/IDBTransaction.idl
|
| index 9e3b0e92075a126ea6f983e1d22aa89eebaa4d27..b585108b78b65c212afa5423c6237249cf22c4f5 100644
|
| --- a/third_party/WebCore/Modules/indexeddb/IDBTransaction.idl
|
| +++ b/third_party/WebCore/Modules/indexeddb/IDBTransaction.idl
|
| @@ -31,13 +31,13 @@ module storage {
|
| ActiveDOMObject,
|
| EventTarget
|
| ] IDBTransaction {
|
| - // Modes
|
| + // FIXME: Eventually remove legacy enum constants, see https://bugs.webkit.org/show_bug.cgi?id=85315
|
| const unsigned short READ_ONLY = 0;
|
| const unsigned short READ_WRITE = 1;
|
| const unsigned short VERSION_CHANGE = 2;
|
|
|
| // Properties
|
| - readonly attribute unsigned short mode;
|
| + readonly attribute DOMString mode;
|
| readonly attribute IDBDatabase db;
|
| // Methods
|
| IDBObjectStore objectStore (in DOMString name)
|
|
|