Chromium Code Reviews| Index: third_party/WebKit/Source/core/events/RelatedEvent.idl |
| diff --git a/third_party/WebKit/Source/core/events/RelatedEvent.idl b/third_party/WebKit/Source/core/events/RelatedEvent.idl |
| index 142bf29c43271a8565ef8f8a94c52f5e5c82a222..628af938bebab2f1ab4b26a275b2bf2b16eb338c 100644 |
| --- a/third_party/WebKit/Source/core/events/RelatedEvent.idl |
| +++ b/third_party/WebKit/Source/core/events/RelatedEvent.idl |
| @@ -6,7 +6,6 @@ |
| [ |
| Constructor(DOMString type, optional RelatedEventInit eventInitDict), |
| - RuntimeEnabled=ContextMenu, |
|
tkent
2017/05/26 04:48:53
This means the entire interface is wrapped with Co
yuzuchan
2017/05/30 07:15:20
Gotcha. Deleted them in the next patch.
|
| ] interface RelatedEvent : Event { |
| readonly attribute EventTarget? relatedTarget; |
| }; |