Chromium Code Reviews| Index: Source/core/events/Event.idl |
| diff --git a/Source/core/events/Event.idl b/Source/core/events/Event.idl |
| index 0a40ba6635cb58d72e994a51b97c9802e4ba2847..462e8103bb074e0ba72fa4eebb36ca1121cb5695 100644 |
| --- a/Source/core/events/Event.idl |
| +++ b/Source/core/events/Event.idl |
| @@ -43,8 +43,7 @@ |
| void preventDefault(); |
| readonly attribute boolean defaultPrevented; |
| - // FIXME: Implement the isTrusted attribute. crbug.com/334015 |
| - // [Unforgeable] readonly attribute boolean isTrusted; |
| + [RuntimeEnabled=TrustedEvents, Unforgeable ] readonly attribute boolean isTrusted; |
|
tkent
2015/07/16 03:29:37
nit: remove space before ]
dtapuska
2015/07/16 14:48:22
Done.
|
| readonly attribute DOMTimeStamp timeStamp; |
| // FIXME: initEvent()'s arguments should not be optional. |