| Index: third_party/WebKit/Source/modules/indexeddb/IDBIndexParameters.idl
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBIndexParameters.idl b/third_party/WebKit/Source/modules/indexeddb/IDBIndexParameters.idl
|
| index c6f07bac38ccbfc4aaa487505995fb8332a2da4a..33bd1833598e9d2a517a589395cd75a8f535bcd1 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBIndexParameters.idl
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBIndexParameters.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-IDBIndexParameters
|
| +// https://w3c.github.io/IndexedDB/#dictdef-idbindexparameters
|
|
|
| dictionary IDBIndexParameters {
|
| boolean unique = false;
|
|
|