| Index: third_party/WebKit/Source/modules/indexeddb/IDBVersionChangeEventInit.idl
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBVersionChangeEventInit.idl b/third_party/WebKit/Source/modules/indexeddb/IDBVersionChangeEventInit.idl
|
| index 1ee4c859e5b04c053c51274bba9cd4999358e406..1742faeb9c19d64899c4df48f4fdf3731e2aa05c 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBVersionChangeEventInit.idl
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBVersionChangeEventInit.idl
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// http://www.w3.org/TR/IndexedDB/#idl-def-IDBVersionChangeEventInit
|
| +// https://w3c.github.io/IndexedDB/#events
|
|
|
| dictionary IDBVersionChangeEventInit : EventInit {
|
| unsigned long long oldVersion = 0;
|
|
|