| Index: third_party/WebKit/Source/modules/device_orientation/DeviceOrientationController.h
|
| diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationController.h b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationController.h
|
| index 006f32814d809a85318c5d17de849ba9108ad260..ea72d7e4a7c19ad77078d00beeee106fc9eb8157 100644
|
| --- a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationController.h
|
| +++ b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationController.h
|
| @@ -15,7 +15,7 @@ class DeviceOrientationData;
|
| class DeviceOrientationDispatcher;
|
| class Event;
|
|
|
| -class MODULES_EXPORT DeviceOrientationController : public DeviceSingleWindowEventController, public HeapSupplement<Document> {
|
| +class MODULES_EXPORT DeviceOrientationController : public DeviceSingleWindowEventController, public Supplement<Document> {
|
| USING_GARBAGE_COLLECTED_MIXIN(DeviceOrientationController);
|
| public:
|
| ~DeviceOrientationController() override;
|
|
|