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

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

Issue 13497009: Remove ENABLE(FILE_SYSTEM) compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: added CodeGeneratorInspector.py change Created 7 years, 8 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/WorkerFileWriterCallbacksBridge.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WorkerFileWriterCallbacksBridge.cpp
diff --git a/Source/WebKit/chromium/src/WorkerFileWriterCallbacksBridge.cpp b/Source/WebKit/chromium/src/WorkerFileWriterCallbacksBridge.cpp
index dd91c52a2fb5eae0af14242214a4fc0b461af998..9cfe22b49ec1c64d17111b01d7459a6b33089171 100644
--- a/Source/WebKit/chromium/src/WorkerFileWriterCallbacksBridge.cpp
+++ b/Source/WebKit/chromium/src/WorkerFileWriterCallbacksBridge.cpp
@@ -31,7 +31,7 @@
#include "config.h"
#include "WorkerFileWriterCallbacksBridge.h"
-#if ENABLE(FILE_SYSTEM) && ENABLE(WORKERS)
+#if ENABLE(WORKERS)
#include "AsyncFileWriterClient.h"
#include "CrossThreadTask.h"
@@ -221,4 +221,4 @@ bool WorkerFileWriterCallbacksBridge::waitForOperationToComplete()
} // namespace WebKit
-#endif // ENABLE(FILE_SYSTEM)
+#endif // ENABLE(WORKERS)
« no previous file with comments | « Source/WebKit/chromium/src/WorkerFileWriterCallbacksBridge.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698