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