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