Index: modules/crypto/WorkerGlobalScopeCrypto.idl |
diff --git a/modules/crypto/WorkerGlobalScopeCrypto.idl b/modules/crypto/WorkerGlobalScopeCrypto.idl |
index e85ba50c95c8ad0ff9697081616a3c20470ceafb..2def760c239b16a39dcd392a30e4391ba29bacb9 100644 |
--- a/modules/crypto/WorkerGlobalScopeCrypto.idl |
+++ b/modules/crypto/WorkerGlobalScopeCrypto.idl |
@@ -31,5 +31,5 @@ |
[ |
RuntimeEnabled=Crypto, |
] partial interface WorkerGlobalScope { |
- readonly attribute WorkerCrypto crypto; |
+ readonly attribute Crypto crypto; |
}; |