Chromium Code Reviews| Index: Source/modules/device_orientation/DeviceOrientationData.cpp |
| diff --git a/Source/modules/device_orientation/DeviceOrientationData.cpp b/Source/modules/device_orientation/DeviceOrientationData.cpp |
| index 242c0639fa429c5e1eaa89b4140e26c752981cb4..93c025f7c9cdad52a275b14a92f328441ff62fc7 100644 |
| --- a/Source/modules/device_orientation/DeviceOrientationData.cpp |
| +++ b/Source/modules/device_orientation/DeviceOrientationData.cpp |
| @@ -29,8 +29,6 @@ |
| namespace WebCore { |
| -DEFINE_GC_INFO(DeviceOrientationData); |
| - |
| PassRefPtrWillBeRawPtr<DeviceOrientationData> DeviceOrientationData::create() |
| { |
| return adoptRefWillBeNoop(new DeviceOrientationData); |