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

Unified Diff: Source/WebCore/fileapi/FileException.idl

Issue 13497009: Remove ENABLE(FILE_SYSTEM) compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/WebCore/fileapi/FileException.idl
diff --git a/Source/WebCore/fileapi/FileException.idl b/Source/WebCore/fileapi/FileException.idl
index 81c6b7fc18fe5d47e47a527f1486c5dd55a3dc0f..47300e87919b0d40720ea5bf59cc1f603570b23c 100644
--- a/Source/WebCore/fileapi/FileException.idl
+++ b/Source/WebCore/fileapi/FileException.idl
@@ -29,7 +29,7 @@
*/
[
- Conditional=BLOB|FILE_SYSTEM,
+ Conditional=BLOB,
tkent 2013/04/08 09:41:24 You can remove Conditional like you do in FileErro
kinuko 2013/04/08 10:42:33 Done.
DoNotCheckConstants,
ImplementationLacksVTable
] exception FileException {

Powered by Google App Engine
This is Rietveld 408576698