| Index: Source/modules/device_orientation/DeviceMotionController.h
|
| diff --git a/Source/modules/device_orientation/DeviceMotionController.h b/Source/modules/device_orientation/DeviceMotionController.h
|
| index 266ff0ffb04c82af03e262b047325f8be2d420aa..2cce787e45ee816cb672068ccad00b7e51b898df 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();
|
|
|
|
|