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

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

Powered by Google App Engine
This is Rietveld 408576698