Index: Source/modules/serviceworkers/ServiceWorker.cpp |
diff --git a/Source/modules/serviceworkers/ServiceWorker.cpp b/Source/modules/serviceworkers/ServiceWorker.cpp |
index 80895f353f08a9c330677abe09974e9baece1276..5d86c5a7fe093cbe0bd36555c2f0806384e31cf4 100644 |
--- a/Source/modules/serviceworkers/ServiceWorker.cpp |
+++ b/Source/modules/serviceworkers/ServiceWorker.cpp |
@@ -43,7 +43,7 @@ |
#include "public/platform/WebString.h" |
#include <v8.h> |
-namespace WebCore { |
+namespace blink { |
class ServiceWorker::ThenFunction FINAL : public ScriptFunction { |
public: |
@@ -238,4 +238,4 @@ ServiceWorker::ServiceWorker(ExecutionContext* executionContext, PassOwnPtr<blin |
m_outerWorker->setProxy(this); |
} |
-} // namespace WebCore |
+} // namespace blink |