Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / gamepad / Gamepad.cpp
index a83ec8a..c83ccaf 100644 (file)
@@ -28,6 +28,8 @@
 
 namespace WebCore {
 
+DEFINE_GC_INFO(Gamepad);
+
 Gamepad::Gamepad()
     : m_index(0)
     , m_timestamp(0)
@@ -53,4 +55,8 @@ Gamepad::~Gamepad()
 {
 }
 
+void Gamepad::trace(Visitor* visitor)
+{
+}
+
 } // namespace WebCore