| Index: Source/modules/device_light/DeviceLightController.cpp
|
| diff --git a/Source/modules/device_light/DeviceLightController.cpp b/Source/modules/device_light/DeviceLightController.cpp
|
| index ea6b76ea8a502ff1b6c67e353a56b9617fc75ebe..6814ddbeba9fc8fd1ed7c7c9c9815eda2a474b2a 100644
|
| --- a/Source/modules/device_light/DeviceLightController.cpp
|
| +++ b/Source/modules/device_light/DeviceLightController.cpp
|
| @@ -5,12 +5,12 @@
|
| #include "config.h"
|
| #include "modules/device_light/DeviceLightController.h"
|
|
|
| -#include "RuntimeEnabledFeatures.h"
|
| #include "core/dom/Document.h"
|
| #include "core/frame/DOMWindow.h"
|
| #include "core/page/Page.h"
|
| #include "modules/device_light/DeviceLightDispatcher.h"
|
| #include "modules/device_light/DeviceLightEvent.h"
|
| +#include "platform/RuntimeEnabledFeatures.h"
|
|
|
| namespace WebCore {
|
|
|
|
|