| Index: Source/modules/serviceworkers/Client.cpp
|
| diff --git a/Source/modules/serviceworkers/Client.cpp b/Source/modules/serviceworkers/Client.cpp
|
| index 50ecdbeb0ebfe3b1b18f11cefb3534d1e7de2b7a..974eef1495358cefb3f59c9b092a3ab69dd9db54 100644
|
| --- a/Source/modules/serviceworkers/Client.cpp
|
| +++ b/Source/modules/serviceworkers/Client.cpp
|
| @@ -11,7 +11,7 @@
|
| #include "public/platform/WebString.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| PassRefPtrWillBeRawPtr<Client> Client::create(unsigned id)
|
| {
|
| @@ -38,4 +38,4 @@ void Client::postMessage(ExecutionContext* context, PassRefPtr<SerializedScriptV
|
| ServiceWorkerGlobalScopeClient::from(context)->postMessageToClient(m_id, messageString, webChannels.release());
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|