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

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

Issue 17035010: Revert "Rename DOMWindow interface to Window" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « Source/modules/crypto/WindowCrypto.idl ('k') | Source/modules/filesystem/WindowFileSystem.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/modules/crypto/WindowCrypto.idl ('k') | Source/modules/filesystem/WindowFileSystem.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698