Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / device_light / DeviceLightEvent.h
index 5f97af5..477c99d 100644 (file)
@@ -8,7 +8,7 @@
 #include "modules/EventModules.h"
 #include "platform/heap/Handle.h"
 
-namespace WebCore {
+namespace blink {
 
 struct DeviceLightEventInit : public EventInit {
     DeviceLightEventInit()
@@ -51,6 +51,6 @@ private:
 
 DEFINE_TYPE_CASTS(DeviceLightEvent, Event, event, event->interfaceName() == EventNames::DeviceLightEvent, event.interfaceName() == EventNames::DeviceLightEvent);
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // DeviceLightEvent_h