Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / gamepad / GamepadEvent.cpp
index 797caff..4893ead 100644 (file)
@@ -16,7 +16,7 @@ GamepadEvent::GamepadEvent()
     ScriptWrappable::init(this);
 }
 
-GamepadEvent::GamepadEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<Gamepad> gamepad)
+GamepadEvent::GamepadEvent(const AtomicString& type, bool canBubble, bool cancelable, Gamepad* gamepad)
     : Event(type, canBubble, cancelable)
     , m_gamepad(gamepad)
 {