Index: Source/bindings/core/v8/custom/V8ImageDataCustom.cpp |
diff --git a/Source/bindings/core/v8/custom/V8ImageDataCustom.cpp b/Source/bindings/core/v8/custom/V8ImageDataCustom.cpp |
index 9ecda86ace74cd6e4fe2a87c7d6d398451f8b515..785cf0e7e22654c818315fb0d68dac35b201adaa 100644 |
--- a/Source/bindings/core/v8/custom/V8ImageDataCustom.cpp |
+++ b/Source/bindings/core/v8/custom/V8ImageDataCustom.cpp |
@@ -33,7 +33,7 @@ |
#include "bindings/core/v8/custom/V8Uint8ClampedArrayCustom.h" |
-namespace WebCore { |
+namespace blink { |
v8::Handle<v8::Object> wrap(ImageData* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
{ |
@@ -52,4 +52,4 @@ v8::Handle<v8::Object> wrap(ImageData* impl, v8::Handle<v8::Object> creationCont |
return wrapper; |
} |
-} // namespace WebCore |
+} // namespace blink |