| Index: third_party/WebKit/Source/modules/gamepad/GamepadButton.idl
|
| diff --git a/third_party/WebKit/Source/modules/gamepad/GamepadButton.idl b/third_party/WebKit/Source/modules/gamepad/GamepadButton.idl
|
| index ce98e116ee9f176252e9ec4e79cebf5e4293ad56..0c3c1eed407b4cc7074c6d0bbb21ea5fdd7f9d6e 100644
|
| --- a/third_party/WebKit/Source/modules/gamepad/GamepadButton.idl
|
| +++ b/third_party/WebKit/Source/modules/gamepad/GamepadButton.idl
|
| @@ -2,8 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -[
|
| -] interface GamepadButton {
|
| +interface GamepadButton {
|
| readonly attribute boolean pressed;
|
| [RuntimeEnabled=GamepadExtensions] readonly attribute boolean touched;
|
| readonly attribute double value;
|
|
|