Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: Source/bindings/core/v8/custom/V8WebGLRenderingContextCustom.cpp

Issue 398673003: Rename WebCore namespace to blink in bindings and web (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « Source/bindings/core/v8/custom/V8Uint8ClampedArrayCustom.h ('k') | Source/bindings/core/v8/custom/V8WebKitPointCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698