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; |
}; |
- |