summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl')
-rw-r--r--chromium/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl7
1 files changed, 4 insertions, 3 deletions
diff --git a/chromium/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl b/chromium/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl
index 836e25d20d0..c55dcd91674 100644
--- a/chromium/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl
+++ b/chromium/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl
@@ -28,7 +28,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-partial interface HTMLInputElement {
-[RuntimeEnabled=FileSystem,CallWith=ExecutionContext] readonly attribute Entry[] webkitEntries;
+[
+ RuntimeEnabled=FileSystem,
+] partial interface HTMLInputElement {
+ [CallWith=ExecutionContext] readonly attribute Entry[] webkitEntries;
};
-