Index: Source/bindings/core/v8/custom/V8DocumentCustom.cpp |
diff --git a/Source/bindings/core/v8/custom/V8DocumentCustom.cpp b/Source/bindings/core/v8/custom/V8DocumentCustom.cpp |
index 654924b456b4b57034265c35c37c3833a01d0ef4..148e84e4886f62b95f2cbea0160d3ea93f496f97 100644 |
--- a/Source/bindings/core/v8/custom/V8DocumentCustom.cpp |
+++ b/Source/bindings/core/v8/custom/V8DocumentCustom.cpp |
@@ -56,7 +56,7 @@ |
#include "core/xml/XPathResult.h" |
#include "wtf/RefPtr.h" |
-namespace WebCore { |
+namespace blink { |
void V8Document::evaluateMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) |
{ |
@@ -83,4 +83,4 @@ void V8Document::evaluateMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& |
v8SetReturnValueFast(info, result.release(), document.get()); |
} |
-} // namespace WebCore |
+} // namespace blink |