Index: Source/modules/crypto/WorkerGlobalScopeCrypto.idl |
diff --git a/Source/modules/crypto/WorkerGlobalScopeCrypto.idl b/Source/modules/crypto/WorkerGlobalScopeCrypto.idl |
index 2def760c239b16a39dcd392a30e4391ba29bacb9..86786bf0b04a9cf21bcc42ca35e4990870343e8f 100644 |
--- a/Source/modules/crypto/WorkerGlobalScopeCrypto.idl |
+++ b/Source/modules/crypto/WorkerGlobalScopeCrypto.idl |
@@ -28,8 +28,6 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- RuntimeEnabled=Crypto, |
-] partial interface WorkerGlobalScope { |
+partial interface WorkerGlobalScope { |
readonly attribute Crypto crypto; |
}; |