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

Unified Diff: Source/core/events/PopStateEventInit.idl

Issue 1167623002: Sync some event interfaces with the HTML spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 7 months 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 | « Source/core/events/PopStateEvent.idl ('k') | Source/core/events/RelatedEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/PopStateEventInit.idl
diff --git a/Source/core/events/PopStateEventInit.idl b/Source/core/events/PopStateEventInit.idl
index 39eead13576c4e7839f6f31f41bcb012edf9068a..ce7ae0fe79066c4dc7f224c6ce44a35d093f6c12 100644
--- a/Source/core/events/PopStateEventInit.idl
+++ b/Source/core/events/PopStateEventInit.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.
-// https://html.spec.whatwg.org/multipage/browsers.html#popstateevent
+// https://html.spec.whatwg.org/multipage/browsers.html#the-popstateevent-interface
dictionary PopStateEventInit : EventInit {
any state;
« no previous file with comments | « Source/core/events/PopStateEvent.idl ('k') | Source/core/events/RelatedEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698