| Index: Source/web/WorkerGlobalScopeProxyProviderImpl.cpp
|
| diff --git a/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp b/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp
|
| index 1a80b9c3cda159057719804aab3f4bd83a6d4584..373ba3c93fd6917161a628a20c3177409b9407e8 100644
|
| --- a/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp
|
| +++ b/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp
|
| @@ -48,11 +48,9 @@
|
| #include "web/WebViewImpl.h"
|
| #include "web/WorkerPermissionClient.h"
|
|
|
| -using namespace blink;
|
| -
|
| namespace blink {
|
|
|
| -blink::WorkerGlobalScopeProxy* WorkerGlobalScopeProxyProviderImpl::createWorkerGlobalScopeProxy(Worker* worker)
|
| +WorkerGlobalScopeProxy* WorkerGlobalScopeProxyProviderImpl::createWorkerGlobalScopeProxy(Worker* worker)
|
| {
|
| if (worker->executionContext()->isDocument()) {
|
| Document* document = toDocument(worker->executionContext());
|
|
|