Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / WorkerGlobalScopeProxyProviderImpl.cpp
index e575138..373ba3c 100644 (file)
 #include "web/WebViewImpl.h"
 #include "web/WorkerPermissionClient.h"
 
-using namespace WebCore;
-
 namespace blink {
 
-WebCore::WorkerGlobalScopeProxy* WorkerGlobalScopeProxyProviderImpl::createWorkerGlobalScopeProxy(Worker* worker)
+WorkerGlobalScopeProxy* WorkerGlobalScopeProxyProviderImpl::createWorkerGlobalScopeProxy(Worker* worker)
 {
     if (worker->executionContext()->isDocument()) {
         Document* document = toDocument(worker->executionContext());