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

Unified Diff: Source/WebCore/page/DOMWindow.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/page/DOMWindow.idl
diff --git a/Source/WebCore/page/DOMWindow.idl b/Source/WebCore/page/DOMWindow.idl
index 81e5da65fbd457478c8df2f1e1fd6f0782e1ee69..2cadbd5ba53932cfbe976acf2bbebfbd3397599c 100644
--- a/Source/WebCore/page/DOMWindow.idl
+++ b/Source/WebCore/page/DOMWindow.idl
@@ -783,7 +783,7 @@
attribute DOMFormDataConstructor FormData;
- [Conditional=BLOB|FILE_SYSTEM] attribute FileErrorConstructor FileError;
+ [Conditional=BLOB] attribute FileErrorConstructor FileError;
tkent 2013/04/08 09:41:24 Ditto.
kinuko 2013/04/08 10:42:33 Done.
[Conditional=BLOB] attribute FileReaderConstructor FileReader;
[Conditional=BLOB] attribute DOMURLConstructor URL;

Powered by Google App Engine
This is Rietveld 408576698