Index: Source/core/events/Event.idl |
diff --git a/Source/core/events/Event.idl b/Source/core/events/Event.idl |
index 0a40ba6635cb58d72e994a51b97c9802e4ba2847..07398122bdfe586dfe239ebb2290f36e479dab37 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; |
readonly attribute DOMTimeStamp timeStamp; |
// FIXME: initEvent()'s arguments should not be optional. |