Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / gamepad / GamepadButton.cpp
index 021bf60..5c5bcc1 100644 (file)
@@ -16,7 +16,6 @@ GamepadButton::GamepadButton()
     : m_value(0.)
     , m_pressed(false)
 {
-    ScriptWrappable::init(this);
 }
 
 } // namespace blink