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

Unified Diff: Source/modules/crypto/WindowCrypto.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
« no previous file with comments | « Source/modules/crypto/DOMWindowCrypto.idl ('k') | Source/modules/filesystem/DOMWindowFileSystem.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/crypto/WindowCrypto.idl
diff --git a/Source/modules/crypto/DOMWindowCrypto.idl b/Source/modules/crypto/WindowCrypto.idl
similarity index 95%
rename from Source/modules/crypto/DOMWindowCrypto.idl
rename to Source/modules/crypto/WindowCrypto.idl
index 021eeaf8f12f0dc796d8b619744171523a3a031e..078b6ae96c334df699a1f82ce99ad6e01a8cf48e 100644
--- a/Source/modules/crypto/DOMWindowCrypto.idl
+++ b/Source/modules/crypto/WindowCrypto.idl
@@ -23,7 +23,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-partial interface DOMWindow {
+[
+ ImplementedAs=DOMWindowCrypto
+] partial interface Window {
readonly attribute Crypto crypto;
};
« no previous file with comments | « Source/modules/crypto/DOMWindowCrypto.idl ('k') | Source/modules/filesystem/DOMWindowFileSystem.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698