| Index: third_party/WebKit/Source/core/events/Event.idl
|
| diff --git a/third_party/WebKit/Source/core/events/Event.idl b/third_party/WebKit/Source/core/events/Event.idl
|
| index f5480eab02aa6e1e5a514a9fb1ee8cf964f0fa6e..f9a37c3170ea302c8e0b3826b2098e7747634e94 100644
|
| --- a/third_party/WebKit/Source/core/events/Event.idl
|
| +++ b/third_party/WebKit/Source/core/events/Event.idl
|
| @@ -45,7 +45,7 @@
|
| [RuntimeEnabled=ShadowDOMV1, MeasureAs=EventScoped] readonly attribute boolean scoped;
|
| [RuntimeEnabled=ShadowDOMV1, MeasureAs=EventRelatedTargetScoped] readonly attribute boolean relatedTargetScoped;
|
|
|
| - [RuntimeEnabled=TrustedEvents, Unforgeable] readonly attribute boolean isTrusted;
|
| + [Unforgeable] readonly attribute boolean isTrusted;
|
|
|
| // TODO(majidvp): At the moment the actual return value type can either
|
| // be:
|
|
|