| Index: third_party/WebKit/Source/modules/indexeddb/IDBVersionChangeEvent.idl
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBVersionChangeEvent.idl b/third_party/WebKit/Source/modules/indexeddb/IDBVersionChangeEvent.idl
|
| index b6656a7fd6db85922749c9d26714a83de9c0c707..b3bdfbb41d982bb684826d806d3aebede1ad927f 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBVersionChangeEvent.idl
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBVersionChangeEvent.idl
|
| @@ -23,11 +23,11 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -// http://www.w3.org/TR/IndexedDB/#idl-def-IDBVersionChangeEvent
|
| +// https://w3c.github.io/IndexedDB/#events
|
|
|
| -// FIXME: This enum is non-standard, see
|
| -// https://www.w3.org/Bugs/Public/show_bug.cgi?id=22370
|
| +// FIXME: This enum is non-standard, see https://crbug.com/711586
|
| enum IDBDataLossAmount { "none", "total" };
|
| +
|
| [
|
| Exposed=(Window,Worker),
|
| Constructor(DOMString type, optional IDBVersionChangeEventInit eventInitDict)
|
| @@ -35,8 +35,7 @@ enum IDBDataLossAmount { "none", "total" };
|
| readonly attribute unsigned long long oldVersion;
|
| readonly attribute unsigned long long? newVersion;
|
|
|
| - // FIXME: These are non-standard, see
|
| - // https://www.w3.org/Bugs/Public/show_bug.cgi?id=22370
|
| + // FIXME: These are non-standard, see https://crbug.com/711586
|
| readonly attribute IDBDataLossAmount dataLoss;
|
| readonly attribute DOMString dataLossMessage;
|
| };
|
|
|