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

Unified Diff: Source/modules/filesystem/HTMLInputElementFileSystem.idl

Issue 1117063005: Remove FileSystem runtime flag for blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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/modules/filesystem/HTMLInputElementFileSystem.idl
diff --git a/Source/modules/filesystem/HTMLInputElementFileSystem.idl b/Source/modules/filesystem/HTMLInputElementFileSystem.idl
index c55dcd9167481963a74430e7ef0e306008d51bd2..92d80c1e22d6f70474436feb6fa0ed900a449b4f 100644
--- a/Source/modules/filesystem/HTMLInputElementFileSystem.idl
+++ b/Source/modules/filesystem/HTMLInputElementFileSystem.idl
@@ -28,8 +28,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- RuntimeEnabled=FileSystem,
-] partial interface HTMLInputElement {
+partial interface HTMLInputElement {
[CallWith=ExecutionContext] readonly attribute Entry[] webkitEntries;
};
« no previous file with comments | « Source/modules/filesystem/DevToolsHostFileSystem.idl ('k') | Source/modules/filesystem/WindowFileSystem.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698