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