Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(295)

Unified Diff: Source/WebKit/chromium/src/WorkerAsyncFileSystemChromium.h

Issue 17648006: Rename WorkerContext to WorkerGlobalScope (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/WebKit/chromium/src/WorkerAsyncFileSystemChromium.h
diff --git a/Source/WebKit/chromium/src/WorkerAsyncFileSystemChromium.h b/Source/WebKit/chromium/src/WorkerAsyncFileSystemChromium.h
index a69cfd9e8e64ab146a3b3bed0f8a7b70852ddfa1..ce325f796576343c9c712a90f1c585e01978fe5b 100644
--- a/Source/WebKit/chromium/src/WorkerAsyncFileSystemChromium.h
+++ b/Source/WebKit/chromium/src/WorkerAsyncFileSystemChromium.h
@@ -46,7 +46,7 @@ namespace WebCore {
class AsyncFileSystemCallbacks;
class ScriptExecutionContext;
-class WorkerContext;
+class WorkerGlobalScope;
class WorkerLoaderProxy;
class WorkerAsyncFileSystemChromium : public AsyncFileSystemChromium {
@@ -81,7 +81,7 @@ private:
ScriptExecutionContext* m_scriptExecutionContext;
WorkerLoaderProxy* m_workerLoaderProxy;
- WorkerContext* m_workerContext;
+ WorkerGlobalScope* m_workerGlobalScope;
RefPtr<WebKit::WorkerFileSystemCallbacksBridge> m_bridgeForCurrentOperation;
String m_modeForCurrentOperation;
FileSystemSynchronousType m_synchronousType;

Powered by Google App Engine
This is Rietveld 408576698