Index: Source/modules/device_orientation/DeviceMotionData.cpp |
diff --git a/Source/modules/device_orientation/DeviceMotionData.cpp b/Source/modules/device_orientation/DeviceMotionData.cpp |
index 423ccb62d228833ca0ae8d10ae12cfc1852db6f5..0c95aeeef147d5f6089bdac3aa15987fae0e5e22 100644 |
--- a/Source/modules/device_orientation/DeviceMotionData.cpp |
+++ b/Source/modules/device_orientation/DeviceMotionData.cpp |
@@ -29,10 +29,6 @@ |
namespace WebCore { |
-DEFINE_GC_INFO(DeviceMotionData::Acceleration); |
-DEFINE_GC_INFO(DeviceMotionData::RotationRate); |
-DEFINE_GC_INFO(DeviceMotionData); |
- |
PassRefPtrWillBeRawPtr<DeviceMotionData::Acceleration> DeviceMotionData::Acceleration::create( |
bool canProvideX, double x, bool canProvideY, double y, bool canProvideZ, double z) |
{ |