Index: Source/modules/crypto/WindowCrypto.idl |
diff --git a/Source/modules/crypto/WindowCrypto.idl b/Source/modules/crypto/WindowCrypto.idl |
index 46ef6c4b039fbe298f3c8a1c71fd80f3ef58bb30..b80f1614c6d3ac161fb4c19fc6c3dbd9db99b570 100644 |
--- a/Source/modules/crypto/WindowCrypto.idl |
+++ b/Source/modules/crypto/WindowCrypto.idl |
@@ -29,8 +29,7 @@ |
*/ |
[ |
- ImplementedAs=DOMWindowCrypto |
+ ImplementedAs=DOMWindowCrypto, |
] partial interface Window { |
readonly attribute Crypto crypto; |
}; |
- |