| Index: Source/modules/device_orientation/DeviceOrientationEvent.cpp
|
| diff --git a/Source/modules/device_orientation/DeviceOrientationEvent.cpp b/Source/modules/device_orientation/DeviceOrientationEvent.cpp
|
| index 715e3c655b918d8171966fccc39e74e3aed7f778..2523dc75e96dcc5ac6996537669edc7e9f3c9cdf 100644
|
| --- a/Source/modules/device_orientation/DeviceOrientationEvent.cpp
|
| +++ b/Source/modules/device_orientation/DeviceOrientationEvent.cpp
|
| @@ -28,7 +28,7 @@
|
|
|
| #include "modules/device_orientation/DeviceOrientationData.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| DeviceOrientationEvent::~DeviceOrientationEvent()
|
| {
|
| @@ -103,4 +103,4 @@ void DeviceOrientationEvent::trace(Visitor* visitor)
|
| Event::trace(visitor);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|