Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / device_light / DOMWindowDeviceLight.h
index 3e5caff..b26f609 100644 (file)
@@ -7,13 +7,13 @@
 
 #include "modules/EventTargetModules.h"
 
-namespace WebCore {
+namespace blink {
 
 class DOMWindowDeviceLight {
 public:
     DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(devicelight);
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // DOMWindowDeviceLight_h