Index: Source/modules/filesystem/WindowFileSystem.idl |
diff --git a/Source/modules/filesystem/WindowFileSystem.idl b/Source/modules/filesystem/WindowFileSystem.idl |
index dcbe807f838ef1fd79f72a62f50d12f5a51d392f..b35cc8ad495b253d9c5fd36873419e5503559707 100644 |
--- a/Source/modules/filesystem/WindowFileSystem.idl |
+++ b/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); |
}; |
- |