| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| index bdd2f7a5b56d476c7315fdeef8b3cbdfaafab0cc..3619c911aff7f7998fe840d2678ff9c664281760 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| @@ -51,7 +51,7 @@
|
| #include "public/platform/WebURLRequest.h"
|
| #include "wtf/CurrentTime.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| PassRefPtrWillBeRawPtr<ServiceWorkerGlobalScope> ServiceWorkerGlobalScope::create(ServiceWorkerThread* thread, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData)
|
| {
|
| @@ -129,4 +129,4 @@ void ServiceWorkerGlobalScope::logExceptionToConsole(const String& errorMessage,
|
| addMessageToWorkerConsole(JSMessageSource, ErrorMessageLevel, errorMessage, sourceURL, lineNumber, callStack, 0);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|