 Chromium Code Reviews
 Chromium Code Reviews Issue 859503004:
  Expose the GamepadButton interface object  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 859503004:
  Expose the GamepadButton interface object  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| Index: Source/modules/gamepad/GamepadButton.idl | 
| diff --git a/Source/modules/gamepad/GamepadButton.idl b/Source/modules/gamepad/GamepadButton.idl | 
| index 19d88ce77cdc808153c4250e1203526586640e01..1a4a8cb85261854afee7553add24e3c06c43de56 100644 | 
| --- a/Source/modules/gamepad/GamepadButton.idl | 
| +++ b/Source/modules/gamepad/GamepadButton.idl | 
| @@ -3,7 +3,6 @@ | 
| // found in the LICENSE file. | 
| [ | 
| - NoInterfaceObject, | 
| GarbageCollected, | 
| ] interface GamepadButton { | 
| readonly attribute boolean pressed; |