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

Unified Diff: Source/WebKit/chromium/src/WebFileSystemCallbacksImpl.cpp

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
« no previous file with comments | « Source/WebKit/chromium/src/StorageQuotaChromium.cpp ('k') | Source/WebKit/chromium/src/WebKit.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WebFileSystemCallbacksImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebFileSystemCallbacksImpl.cpp b/Source/WebKit/chromium/src/WebFileSystemCallbacksImpl.cpp
index 60da9eb184def96839ad9dfa4c0d4fc1eeafbf00..fc10b828ddd9c566480cca48bb9eb428786fffa4 100644
--- a/Source/WebKit/chromium/src/WebFileSystemCallbacksImpl.cpp
+++ b/Source/WebKit/chromium/src/WebFileSystemCallbacksImpl.cpp
@@ -108,7 +108,7 @@ void WebFileSystemCallbacksImpl::didOpenFileSystem(const WebString& name, const
// This object is intended to delete itself on exit.
OwnPtr<WebFileSystemCallbacksImpl> callbacks = adoptPtr(this);
- if (m_context && m_context->isWorkerContext()) {
+ if (m_context && m_context->isWorkerGlobalScope()) {
m_callbacks->didOpenFileSystem(name, rootURL, WorkerAsyncFileSystemChromium::create(m_context, m_synchronousType));
return;
}
« no previous file with comments | « Source/WebKit/chromium/src/StorageQuotaChromium.cpp ('k') | Source/WebKit/chromium/src/WebKit.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698