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