| Index: Source/modules/device_orientation/DOMWindowDeviceOrientation.h
|
| diff --git a/Source/modules/device_orientation/DOMWindowDeviceOrientation.h b/Source/modules/device_orientation/DOMWindowDeviceOrientation.h
|
| index b01fa4beb47ab2c29eaf3ac10dcf57ce796e53c0..091d4abc9eeb412bbef5f26da6b596f951e43a7a 100644
|
| --- a/Source/modules/device_orientation/DOMWindowDeviceOrientation.h
|
| +++ b/Source/modules/device_orientation/DOMWindowDeviceOrientation.h
|
| @@ -7,13 +7,13 @@
|
|
|
| #include "modules/EventTargetModules.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class DOMWindowDeviceOrientation {
|
| public:
|
| DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(deviceorientation);
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // DOMWindowDeviceOrientation_h
|
|
|