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

Unified Diff: Source/bindings/core/v8/custom/V8HTMLCanvasElementCustom.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/V8HTMLCanvasElementCustom.cpp
diff --git a/Source/bindings/core/v8/custom/V8HTMLCanvasElementCustom.cpp b/Source/bindings/core/v8/custom/V8HTMLCanvasElementCustom.cpp
index e8d4fbb4bafe1b688d648ebdf2d5ac8188f68cb7..6710887dfb97b3934a4dae603d9c791cbf64bd91 100644
--- a/Source/bindings/core/v8/custom/V8HTMLCanvasElementCustom.cpp
+++ b/Source/bindings/core/v8/custom/V8HTMLCanvasElementCustom.cpp
@@ -45,7 +45,7 @@
#include "wtf/MathExtras.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
void V8HTMLCanvasElement::getContextMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
{
@@ -148,4 +148,4 @@ void V8HTMLCanvasElement::toDataURLMethodCustom(const v8::FunctionCallbackInfo<v
v8SetReturnValueStringOrUndefined(info, result, info.GetIsolate());
}
-} // namespace WebCore
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698