| Index: Source/web/WebSharedWorkerImpl.cpp
|
| diff --git a/Source/web/WebSharedWorkerImpl.cpp b/Source/web/WebSharedWorkerImpl.cpp
|
| index fb4b6bc9b480bdc200858f8b820f8886677765b8..9cfddb8deef472346c3fbe495c101a62bf0d45f1 100644
|
| --- a/Source/web/WebSharedWorkerImpl.cpp
|
| +++ b/Source/web/WebSharedWorkerImpl.cpp
|
| @@ -73,7 +73,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| namespace {
|
|
|
| @@ -367,4 +367,4 @@ WebSharedWorker* WebSharedWorker::create(WebSharedWorkerClient* client)
|
| return new WebSharedWorkerImpl(client);
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|