| Index: Source/modules/device_light/DeviceLightEvent.cpp
|
| diff --git a/Source/modules/device_light/DeviceLightEvent.cpp b/Source/modules/device_light/DeviceLightEvent.cpp
|
| index 766b2add8d5325305826f715fd6c87651e5b36e5..71a2fc7f2b41ae97589d977049e1718f2b755c3e 100644
|
| --- a/Source/modules/device_light/DeviceLightEvent.cpp
|
| +++ b/Source/modules/device_light/DeviceLightEvent.cpp
|
| @@ -5,7 +5,7 @@
|
| #include "config.h"
|
| #include "modules/device_light/DeviceLightEvent.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| DeviceLightEvent::~DeviceLightEvent()
|
| {
|
| @@ -36,7 +36,7 @@ const AtomicString& DeviceLightEvent::interfaceName() const
|
| return EventNames::DeviceLightEvent;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
|
|
|
|
|
|