Index: Source/core/events/MouseEvent.idl |
diff --git a/Source/core/events/MouseEvent.idl b/Source/core/events/MouseEvent.idl |
index a7b67ba25e72928d6f6c67753748badad6d1c3db..25fc0c30a549b23d98c56e1bab33c67210fd638e 100644 |
--- a/Source/core/events/MouseEvent.idl |
+++ b/Source/core/events/MouseEvent.idl |
@@ -32,7 +32,7 @@ |
readonly attribute boolean altKey; |
readonly attribute boolean metaKey; |
readonly attribute unsigned short button; |
- [RuntimeEnabled=MouseEventButtonsAttribute] readonly attribute unsigned short buttons; |
+ readonly attribute unsigned short buttons; |
readonly attribute EventTarget? relatedTarget; |
[MeasureAs=MouseEventMovementX] readonly attribute long movementX; |
[MeasureAs=MouseEventMovementY] readonly attribute long movementY; |