Index: Source/bindings/core/v8/custom/V8Int32ArrayCustom.h |
diff --git a/Source/bindings/core/v8/custom/V8Int32ArrayCustom.h b/Source/bindings/core/v8/custom/V8Int32ArrayCustom.h |
index 082b6b3d44ec54f53b8362e27d3f82f0dd960ac5..97f26d52b80bdb30de23cce73b3e8885d84b7053 100644 |
--- a/Source/bindings/core/v8/custom/V8Int32ArrayCustom.h |
+++ b/Source/bindings/core/v8/custom/V8Int32ArrayCustom.h |
@@ -34,7 +34,7 @@ |
#include "bindings/core/v8/custom/V8TypedArrayCustom.h" |
#include "wtf/Int32Array.h" |
-namespace WebCore { |
+namespace blink { |
template<> |
class TypedArrayTraits<Int32Array> { |
@@ -110,6 +110,6 @@ inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int32Array |
v8SetReturnValueFast(info, impl.get(), wrappable); |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif |