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

Unified Diff: Source/modules/filesystem/WindowFileSystem.idl

Issue 17031006: Rename DOMWindow interface to Window (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 6 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
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;
« no previous file with comments | « Source/modules/filesystem/DOMWindowFileSystem.idl ('k') | Source/modules/indexeddb/DOMWindowIndexedDatabase.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698