| Index: Source/web/WebWorkerClientImpl.cpp
|
| diff --git a/Source/web/WebWorkerClientImpl.cpp b/Source/web/WebWorkerClientImpl.cpp
|
| index 9af153b9ba31f85524230c2a56813f58bc6356a4..67812025f59edb47feb799730fc87ca3f21eaca4 100644
|
| --- a/Source/web/WebWorkerClientImpl.cpp
|
| +++ b/Source/web/WebWorkerClientImpl.cpp
|
| @@ -52,7 +52,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // Chromium-specific decorator of WorkerMessagingProxy.
|
|
|
| @@ -88,4 +88,4 @@ WebWorkerClientImpl::~WebWorkerClientImpl()
|
| {
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|