| Index: third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl b/third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl
|
| index d9f5b193ebcb5389416d3df844d5089467743c91..7fbbbc044b79096d679327503f3afc116fea6c5f 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl
|
| @@ -27,14 +27,14 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -// http://www.w3.org/TR/IndexedDB/#idl-def-IDBRequestReadyState
|
| +// https://w3c.github.io/IndexedDB/#enumdef-idbrequestreadystate
|
|
|
| enum IDBRequestReadyState {
|
| "pending",
|
| "done"
|
| };
|
|
|
| -// http://www.w3.org/TR/IndexedDB/#idl-def-IDBRequest
|
| +// https://w3c.github.io/IndexedDB/#idbrequest
|
|
|
| [
|
| ActiveScriptWrappable,
|
|
|