| Index: Source/web/WorkerGlobalScopeProxyProviderImpl.cpp
|
| diff --git a/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp b/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp
|
| index ee1db0ac0a57ae9b75a4e4d887c74b7ff6af4905..42e31d7215205cdec092907e422bc711e39db0ce 100644
|
| --- a/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp
|
| +++ b/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "DatabaseClientImpl.h"
|
| #include "LocalFileSystemClient.h"
|
| -#include "WebFrameImpl.h"
|
| +#include "WebLocalFrameImpl.h"
|
| #include "WebPermissionClient.h"
|
| #include "WebViewImpl.h"
|
| #include "WorkerPermissionClient.h"
|
| @@ -56,7 +56,7 @@ WebCore::WorkerGlobalScopeProxy* WorkerGlobalScopeProxyProviderImpl::createWorke
|
| {
|
| if (worker->executionContext()->isDocument()) {
|
| Document* document = toDocument(worker->executionContext());
|
| - WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame());
|
| + WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(document->frame());
|
| OwnPtrWillBeRawPtr<WorkerClients> workerClients = WorkerClients::create();
|
| provideLocalFileSystemToWorker(workerClients.get(), LocalFileSystemClient::create());
|
| provideDatabaseClientToWorker(workerClients.get(), DatabaseClientImpl::create());
|
|
|