Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: modules/filesystem/WindowFileSystem.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/filesystem/FileWriter.idl ('k') | modules/indexeddb/DOMWindowIndexedDatabase.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/filesystem/WindowFileSystem.idl
diff --git a/modules/filesystem/DOMWindowFileSystem.idl b/modules/filesystem/WindowFileSystem.idl
similarity index 96%
rename from modules/filesystem/DOMWindowFileSystem.idl
rename to modules/filesystem/WindowFileSystem.idl
index c42fe21b26b12d9b52122035d9b4fa811f61cf4e..4fed55e1151a6104b9f6b6c7d33daabf03b3c1e4 100644
--- a/modules/filesystem/DOMWindowFileSystem.idl
+++ b/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;
« no previous file with comments | « modules/filesystem/FileWriter.idl ('k') | modules/indexeddb/DOMWindowIndexedDatabase.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698