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

Unified Diff: Source/core/events/PageTransitionEventInit.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/PageTransitionEvent.idl ('k') | Source/core/events/PopStateEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/PageTransitionEventInit.idl
diff --git a/Source/core/events/PageTransitionEventInit.idl b/Source/core/events/PageTransitionEventInit.idl
index 83801d3ad09e104ffe11ebb66e514ed92c3e737c..2571f082b28d438d378e42ffd82e372314d090a8 100644
--- a/Source/core/events/PageTransitionEventInit.idl
+++ b/Source/core/events/PageTransitionEventInit.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#pagetransitionevent
+// https://html.spec.whatwg.org/multipage/browsers.html#the-pagetransitionevent-interface
dictionary PageTransitionEventInit : EventInit {
boolean persisted;
« no previous file with comments | « Source/core/events/PageTransitionEvent.idl ('k') | Source/core/events/PopStateEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698