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

Unified Diff: Source/core/events/RelatedEventInit.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/RelatedEvent.idl ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/RelatedEventInit.idl
diff --git a/Source/core/events/RelatedEventInit.idl b/Source/core/events/RelatedEventInit.idl
index 17d65f942e717d38760b97327afef847712e7136..3322b5533edecfa1abf9dc07a3bfdce72b219b50 100644
--- a/Source/core/events/RelatedEventInit.idl
+++ b/Source/core/events/RelatedEventInit.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/#relatedevent
+// https://html.spec.whatwg.org/#the-relatedevent-interfaces
dictionary RelatedEventInit : EventInit {
EventTarget? relatedTarget;
« no previous file with comments | « Source/core/events/RelatedEvent.idl ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698