| Index: third_party/WebKit/Source/web/DedicatedWorkerGlobalScopeProxyProviderImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp b/third_party/WebKit/Source/web/DedicatedWorkerGlobalScopeProxyProviderImpl.cpp
|
| similarity index 94%
|
| rename from third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp
|
| rename to third_party/WebKit/Source/web/DedicatedWorkerGlobalScopeProxyProviderImpl.cpp
|
| index e99962e772fba0bc175fdc9ed4fba44dd1e9786f..c9a68813f1f6cf354ae63fc07197a45706f89652 100644
|
| --- a/third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/DedicatedWorkerGlobalScopeProxyProviderImpl.cpp
|
| @@ -28,7 +28,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "web/WorkerGlobalScopeProxyProviderImpl.h"
|
| +#include "web/DedicatedWorkerGlobalScopeProxyProviderImpl.h"
|
|
|
| #include "core/dom/Document.h"
|
| #include "core/workers/DedicatedWorkerMessagingProxy.h"
|
| @@ -46,7 +46,7 @@
|
|
|
| namespace blink {
|
|
|
| -WorkerGlobalScopeProxy* WorkerGlobalScopeProxyProviderImpl::createWorkerGlobalScopeProxy(Worker* worker)
|
| +InProcessWorkerGlobalScopeProxy* DedicatedWorkerGlobalScopeProxyProviderImpl::createWorkerGlobalScopeProxy(Worker* worker)
|
| {
|
| if (worker->getExecutionContext()->isDocument()) {
|
| Document* document = toDocument(worker->getExecutionContext());
|
|
|