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