Index: Source/modules/device_orientation/DeviceMotionController.h |
diff --git a/Source/modules/device_orientation/DeviceMotionController.h b/Source/modules/device_orientation/DeviceMotionController.h |
index 2c43db6c3aa460545deadc051af7ea6279cf4982..dc073987f818975fbbdfce0199ef77a42ce3b8f3 100644 |
--- a/Source/modules/device_orientation/DeviceMotionController.h |
+++ b/Source/modules/device_orientation/DeviceMotionController.h |
@@ -37,8 +37,8 @@ namespace WebCore { |
class DeviceMotionData; |
class DOMWindow; |
-class DeviceMotionController FINAL : public DeviceSensorEventController, public DocumentSupplement, public DOMWindowLifecycleObserver { |
- |
+class DeviceMotionController FINAL : public NoBaseWillBeGarbageCollectedFinalized<DeviceMotionController>, public DeviceSensorEventController, public DocumentSupplement, public DOMWindowLifecycleObserver { |
+ WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(DeviceMotionController); |
public: |
virtual ~DeviceMotionController(); |