Index: Source/bindings/core/v8/custom/V8WorkerCustom.cpp |
diff --git a/Source/bindings/core/v8/custom/V8WorkerCustom.cpp b/Source/bindings/core/v8/custom/V8WorkerCustom.cpp |
index dc03c44ef6eafa90a3c020f47767cfde56eab15e..c72a73fe9bdaed194d56314b7ce21c1c142f40c2 100644 |
--- a/Source/bindings/core/v8/custom/V8WorkerCustom.cpp |
+++ b/Source/bindings/core/v8/custom/V8WorkerCustom.cpp |
@@ -34,7 +34,7 @@ |
#include "bindings/core/v8/PostMessage.h" |
#include "bindings/core/v8/V8Binding.h" |
-namespace WebCore { |
+namespace blink { |
// FIXME: This stub should be replaced by generated code. |
void V8Worker::postMessageMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) |
@@ -42,4 +42,4 @@ void V8Worker::postMessageMethodCustom(const v8::FunctionCallbackInfo<v8::Value> |
postMessageMethodCommon("Worker", V8Worker::toNative(info.Holder()), info); |
} |
-} // namespace WebCore |
+} // namespace blink |