X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fmodules%2Fdevice_orientation%2FDeviceOrientationEvent.cpp;h=2523dc75e96dcc5ac6996537669edc7e9f3c9cdf;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=715e3c655b918d8171966fccc39e74e3aed7f778;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEvent.cpp b/src/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEvent.cpp index 715e3c6..2523dc7 100644 --- a/src/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEvent.cpp +++ b/src/third_party/WebKit/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