Chromium Code Reviews| Index: Source/modules/gamepad/GamepadButton.cpp |
| diff --git a/Source/modules/gamepad/GamepadButton.cpp b/Source/modules/gamepad/GamepadButton.cpp |
| index 021bf6051c207f9590de5d0333affb092b2a36dd..5c5bcc1a83745b7407e9f648b4fcd31d7e7473fe 100644 |
| --- a/Source/modules/gamepad/GamepadButton.cpp |
| +++ b/Source/modules/gamepad/GamepadButton.cpp |
| @@ -16,7 +16,6 @@ GamepadButton::GamepadButton() |
| : m_value(0.) |
| , m_pressed(false) |
| { |
| - ScriptWrappable::init(this); |
| } |
| } // namespace blink |