Index: Source/bindings/core/v8/V8ScriptRunner.cpp |
diff --git a/Source/bindings/core/v8/V8ScriptRunner.cpp b/Source/bindings/core/v8/V8ScriptRunner.cpp |
index 712e75b60810afb0a60d5d2d6d11996901499aeb..5e600fc384b273a669664138fc90cf15530c7cf9 100644 |
--- a/Source/bindings/core/v8/V8ScriptRunner.cpp |
+++ b/Source/bindings/core/v8/V8ScriptRunner.cpp |
@@ -36,7 +36,7 @@ |
#include "core/fetch/ScriptResource.h" |
#include "platform/TraceEvent.h" |
-namespace WebCore { |
+namespace blink { |
namespace { |
@@ -222,4 +222,4 @@ v8::Local<v8::Object> V8ScriptRunner::instantiateObjectInDocument(v8::Isolate* i |
return result; |
} |
-} // namespace WebCore |
+} // namespace blink |