Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(756)

Unified Diff: third_party/WebKit/Source/modules/storage/StorageEventInit.idl

Issue 1498823002: Sync the Storage API with the spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/storage/StorageEvent.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/storage/StorageEventInit.idl
diff --git a/third_party/WebKit/Source/modules/storage/StorageEventInit.idl b/third_party/WebKit/Source/modules/storage/StorageEventInit.idl
index 72f18beadbf4d32bfa598173c4c0552fd7051bb0..3f589583dc8badc08467d380a5c506d2069eff8f 100644
--- a/third_party/WebKit/Source/modules/storage/StorageEventInit.idl
+++ b/third_party/WebKit/Source/modules/storage/StorageEventInit.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://dev.w3.org/html5/webstorage/#the-storage-event
+// https://html.spec.whatwg.org/multipage/webstorage.html#the-storageevent-interface
dictionary StorageEventInit : EventInit {
DOMString? key;
« no previous file with comments | « third_party/WebKit/Source/modules/storage/StorageEvent.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698