Index: Source/bindings/modules/v8/custom/V8DeviceOrientationEventCustom.cpp |
diff --git a/Source/bindings/modules/v8/custom/V8DeviceOrientationEventCustom.cpp b/Source/bindings/modules/v8/custom/V8DeviceOrientationEventCustom.cpp |
index 60ac3846e8ab2946b0bf19766ad278ada602be7a..5d1d3e0354d438a649bfc29947c27d452cbaf42d 100644 |
--- a/Source/bindings/modules/v8/custom/V8DeviceOrientationEventCustom.cpp |
+++ b/Source/bindings/modules/v8/custom/V8DeviceOrientationEventCustom.cpp |
@@ -30,7 +30,7 @@ |
#include "modules/device_orientation/DeviceOrientationData.h" |
#include <v8.h> |
-namespace WebCore { |
+namespace blink { |
void V8DeviceOrientationEvent::initDeviceOrientationEventMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) |
{ |
@@ -52,4 +52,4 @@ void V8DeviceOrientationEvent::initDeviceOrientationEventMethodCustom(const v8:: |
impl->initDeviceOrientationEvent(type, bubbles, cancelable, orientation.get()); |
} |
-} // namespace WebCore |
+} // namespace blink |