Index: Source/modules/serviceworkers/WaitUntilObserver.cpp |
diff --git a/Source/modules/serviceworkers/WaitUntilObserver.cpp b/Source/modules/serviceworkers/WaitUntilObserver.cpp |
index dbdd3a3aa42713e089740d50678594e326862830..79a7af36cbca3edc7f1e635c49180d9af865d250 100644 |
--- a/Source/modules/serviceworkers/WaitUntilObserver.cpp |
+++ b/Source/modules/serviceworkers/WaitUntilObserver.cpp |
@@ -17,7 +17,7 @@ |
#include "wtf/RefPtr.h" |
#include <v8.h> |
-namespace WebCore { |
+namespace blink { |
class WaitUntilObserver::ThenFunction FINAL : public ScriptFunction { |
public: |
@@ -123,4 +123,4 @@ void WaitUntilObserver::decrementPendingActivity() |
observeContext(0); |
} |
-} // namespace WebCore |
+} // namespace blink |