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

Unified Diff: core/events/RelatedEvent.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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 | « core/events/PromiseRejectionEventInit.idl ('k') | core/events/RelatedEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/events/RelatedEvent.idl
diff --git a/core/events/RelatedEvent.idl b/core/events/RelatedEvent.idl
index 7c3d25be6cdbd58312b099799cc361b24bf4af23..142bf29c43271a8565ef8f8a94c52f5e5c82a222 100644
--- a/core/events/RelatedEvent.idl
+++ b/core/events/RelatedEvent.idl
@@ -2,10 +2,11 @@
// 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/#the-relatedevent-interfaces
+
[
- EventConstructor,
+ Constructor(DOMString type, optional RelatedEventInit eventInitDict),
RuntimeEnabled=ContextMenu,
] interface RelatedEvent : Event {
- [InitializedByEventConstructor] readonly attribute EventTarget? relatedTarget;
+ readonly attribute EventTarget? relatedTarget;
};
-
« no previous file with comments | « core/events/PromiseRejectionEventInit.idl ('k') | core/events/RelatedEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698