Index: Source/bindings/core/v8/custom/V8WorkerGlobalScopeCustom.cpp |
diff --git a/Source/bindings/core/v8/custom/V8WorkerGlobalScopeCustom.cpp b/Source/bindings/core/v8/custom/V8WorkerGlobalScopeCustom.cpp |
index ecd34784a09dfb3411e2f4cc37bec419a0741e56..af184565f9cb9e61093ca8770d3473606a3008fa 100644 |
--- a/Source/bindings/core/v8/custom/V8WorkerGlobalScopeCustom.cpp |
+++ b/Source/bindings/core/v8/custom/V8WorkerGlobalScopeCustom.cpp |
@@ -43,7 +43,7 @@ |
#include "core/workers/WorkerGlobalScope.h" |
#include "wtf/OwnPtr.h" |
-namespace WebCore { |
+namespace blink { |
static void setTimeoutOrInterval(const v8::FunctionCallbackInfo<v8::Value>& info, bool singleShot) |
{ |
@@ -120,4 +120,4 @@ v8::Handle<v8::Value> toV8(WorkerGlobalScope* impl, v8::Handle<v8::Object> creat |
return global; |
} |
-} // namespace WebCore |
+} // namespace blink |