| 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;
|
| };
|
|
|
|
|