| Index: Source/modules/device_light/DeviceLightController.cpp
|
| diff --git a/Source/modules/device_light/DeviceLightController.cpp b/Source/modules/device_light/DeviceLightController.cpp
|
| index d572c19c5df6cd8ba9f6b34bb10b27cadde12bf6..ed6f98c2f492ee6267bfbb521e4cc171b07f6108 100644
|
| --- a/Source/modules/device_light/DeviceLightController.cpp
|
| +++ b/Source/modules/device_light/DeviceLightController.cpp
|
| @@ -11,7 +11,7 @@
|
| #include "modules/device_light/DeviceLightEvent.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| DeviceLightController::DeviceLightController(Document& document)
|
| : DeviceSingleWindowEventController(document)
|
| @@ -70,4 +70,4 @@ const AtomicString& DeviceLightController::eventTypeName() const
|
| return EventTypeNames::devicelight;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|