summaryrefslogtreecommitdiff
path: root/Source/web/WorkerFileSystemClient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/web/WorkerFileSystemClient.cpp')
-rw-r--r--Source/web/WorkerFileSystemClient.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/web/WorkerFileSystemClient.cpp b/Source/web/WorkerFileSystemClient.cpp
index afdbf17cb..0ab0c7de8 100644
--- a/Source/web/WorkerFileSystemClient.cpp
+++ b/Source/web/WorkerFileSystemClient.cpp
@@ -33,7 +33,7 @@
#include "WebWorkerBase.h"
#include "WorkerAllowMainThreadBridgeBase.h"
-#include "core/dom/ScriptExecutionContext.h"
+#include "core/dom/ExecutionContext.h"
#include "core/platform/AsyncFileSystemCallbacks.h"
#include "core/workers/WorkerGlobalScope.h"
#include "core/workers/WorkerThread.h"
@@ -85,7 +85,7 @@ WorkerFileSystemClient::~WorkerFileSystemClient()
{
}
-bool WorkerFileSystemClient::allowFileSystem(ScriptExecutionContext* context)
+bool WorkerFileSystemClient::allowFileSystem(ExecutionContext* context)
{
WorkerGlobalScope* workerGlobalScope = toWorkerGlobalScope(context);
WebCore::WorkerThread* workerThread = workerGlobalScope->thread();