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

Unified Diff: Source/core/events/RelatedEvent.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/PopStateEventInit.idl ('k') | Source/core/events/RelatedEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/RelatedEvent.idl
diff --git a/Source/core/events/RelatedEvent.idl b/Source/core/events/RelatedEvent.idl
index 98dc79fcd359ee58f8a8c22e24468f9f6141b676..142bf29c43271a8565ef8f8a94c52f5e5c82a222 100644
--- a/Source/core/events/RelatedEvent.idl
+++ b/Source/core/events/RelatedEvent.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
[
Constructor(DOMString type, optional RelatedEventInit eventInitDict),
@@ -10,4 +10,3 @@
] interface RelatedEvent : Event {
readonly attribute EventTarget? relatedTarget;
};
-
« no previous file with comments | « Source/core/events/PopStateEventInit.idl ('k') | Source/core/events/RelatedEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698