| Index: third_party/WebKit/Source/modules/indexeddb/IDBObjectStoreParameters.idl
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStoreParameters.idl b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStoreParameters.idl
|
| index cd49459396152acb30f97288347b2db0e3301b04..32d9fff39f2cc177db574db7197d9879b80f34d5 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStoreParameters.idl
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStoreParameters.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-IDBObjectStoreParameters
|
| +// https://w3c.github.io/IndexedDB/#dictdef-idbobjectstoreparameters
|
|
|
| dictionary IDBObjectStoreParameters {
|
| (DOMString or sequence<DOMString>)? keyPath = null;
|
|
|