summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/modules/filesystem/WindowFileSystem.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/modules/filesystem/WindowFileSystem.idl')
-rw-r--r--chromium/third_party/WebKit/Source/modules/filesystem/WindowFileSystem.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/modules/filesystem/WindowFileSystem.idl b/chromium/third_party/WebKit/Source/modules/filesystem/WindowFileSystem.idl
index dcbe807f838..b35cc8ad495 100644
--- a/chromium/third_party/WebKit/Source/modules/filesystem/WindowFileSystem.idl
+++ b/chromium/third_party/WebKit/Source/modules/filesystem/WindowFileSystem.idl
@@ -25,7 +25,7 @@
*/
[
- ImplementedAs=DOMWindowFileSystem
+ ImplementedAs=DOMWindowFileSystem,
] partial interface Window {
const unsigned short TEMPORARY = 0;
const unsigned short PERSISTENT = 1;
@@ -35,4 +35,3 @@
[RuntimeEnabled=FileSystem] void webkitResolveLocalFileSystemURL(DOMString url,
EntryCallback successCallback, optional ErrorCallback errorCallback);
};
-