Index: Source/bindings/core/v8/custom/V8LocationCustom.cpp |
diff --git a/Source/bindings/core/v8/custom/V8LocationCustom.cpp b/Source/bindings/core/v8/custom/V8LocationCustom.cpp |
index 90906a7c772e610a01e6a736f1ebdd53a32aa18f..56177dbe6a98e73b84255fafbf85d9bbb5d3342b 100644 |
--- a/Source/bindings/core/v8/custom/V8LocationCustom.cpp |
+++ b/Source/bindings/core/v8/custom/V8LocationCustom.cpp |
@@ -31,7 +31,7 @@ |
#include "config.h" |
#include "bindings/core/v8/V8Location.h" |
-namespace WebCore { |
+namespace blink { |
void V8Location::valueOfMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) |
{ |
@@ -43,4 +43,4 @@ void V8Location::valueOfMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& |
v8SetReturnValue(info, info.This()); |
} |
-} // namespace WebCore |
+} // namespace blink |