Index: Source/modules/filesystem/WindowFileSystem.idl |
diff --git a/Source/modules/filesystem/DOMWindowFileSystem.idl b/Source/modules/filesystem/WindowFileSystem.idl |
similarity index 96% |
rename from Source/modules/filesystem/DOMWindowFileSystem.idl |
rename to Source/modules/filesystem/WindowFileSystem.idl |
index c42fe21b26b12d9b52122035d9b4fa811f61cf4e..4fed55e1151a6104b9f6b6c7d33daabf03b3c1e4 100644 |
--- a/Source/modules/filesystem/DOMWindowFileSystem.idl |
+++ b/Source/modules/filesystem/WindowFileSystem.idl |
@@ -24,7 +24,9 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-partial interface DOMWindow { |
+[ |
+ ImplementedAs=DOMWindowFileSystem |
+] partial interface Window { |
const unsigned short TEMPORARY = 0; |
const unsigned short PERSISTENT = 1; |