Index: modules/gamepad/Gamepad.idl |
diff --git a/modules/gamepad/Gamepad.idl b/modules/gamepad/Gamepad.idl |
index 9ec0905c530d19492637117ef28a0ccd9e346350..9459de1275df464b1f7da2033e702dd49c2cd973 100644 |
--- a/modules/gamepad/Gamepad.idl |
+++ b/modules/gamepad/Gamepad.idl |
@@ -32,7 +32,5 @@ |
readonly attribute unsigned long long timestamp; |
readonly attribute DOMString mapping; |
readonly attribute double[] axes; |
-// FIXMEDART: enable buttons for dart once we handle HeapVector propertly on |
-// the Dart side of the bindings. |
- [DartSuppress] readonly attribute GamepadButton[] buttons; |
+ readonly attribute GamepadButton[] buttons; |
}; |