Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(334)

Unified Diff: Source/bindings/modules/v8/custom/V8DeviceOrientationEventCustom.cpp

Issue 398673003: Rename WebCore namespace to blink in bindings and web (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « Source/bindings/modules/v8/custom/V8DeviceMotionEventCustom.cpp ('k') | Source/bindings/modules/v8/custom/V8EntryCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698