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