| Index: third_party/WebKit/Source/modules/device_orientation/DeviceMotionController.h
|
| diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceMotionController.h b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionController.h
|
| index a12bbec97d3e84d1aa830be39b36a51f65074c69..6bd69be66b24996c7010e6221ba46596c2112c87 100644
|
| --- a/third_party/WebKit/Source/modules/device_orientation/DeviceMotionController.h
|
| +++ b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionController.h
|
| @@ -13,7 +13,7 @@ namespace blink {
|
|
|
| class Event;
|
|
|
| -class MODULES_EXPORT DeviceMotionController final : public DeviceSingleWindowEventController, public HeapSupplement<Document> {
|
| +class MODULES_EXPORT DeviceMotionController final : public DeviceSingleWindowEventController, public Supplement<Document> {
|
| USING_GARBAGE_COLLECTED_MIXIN(DeviceMotionController);
|
| public:
|
| ~DeviceMotionController() override;
|
|
|