Index: Source/bindings/core/v8/custom/V8WebGLRenderingContextCustom.cpp |
diff --git a/Source/bindings/core/v8/custom/V8WebGLRenderingContextCustom.cpp b/Source/bindings/core/v8/custom/V8WebGLRenderingContextCustom.cpp |
index 01e5dde81bffa3f8d731fe7c2b93072a9f033770..e8c05cd5f5e20a0e69b1a02de1229dab5c66ffc5 100644 |
--- a/Source/bindings/core/v8/custom/V8WebGLRenderingContextCustom.cpp |
+++ b/Source/bindings/core/v8/custom/V8WebGLRenderingContextCustom.cpp |
@@ -81,7 +81,7 @@ |
#include "wtf/FastMalloc.h" |
#include <limits> |
-namespace WebCore { |
+namespace blink { |
// Allocates new storage via fastMalloc. |
// Returns 0 if array failed to convert for any reason. |
@@ -828,4 +828,4 @@ void V8WebGLRenderingContext::vertexAttrib4fvMethodCustom(const v8::FunctionCall |
vertexAttribAndUniformHelperf(info, kVertexAttrib4v, exceptionState); |
} |
-} // namespace WebCore |
+} // namespace blink |