Index: third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl |
diff --git a/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl b/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl |
index cd7bf1fb6e1f1fac5898a80017691c32d6cf9f46..2422250a8dda077b02aac429f5cad719108b69a0 100644 |
--- a/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl |
+++ b/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl |
@@ -28,8 +28,11 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// https://wicg.github.io/entries-api/#html-forms |
+ |
[ |
RuntimeEnabled=FileSystem, |
] partial interface HTMLInputElement { |
+ // TODO(jsbell): |webkitEntries| should be FrozenArray<Entry>. |
[CallWith=ExecutionContext, Measure] readonly attribute Entry[] webkitEntries; |
}; |