Chromium Code Reviews| Index: Source/modules/crypto/RsaHashedKeyAlgorithm.idl |
| diff --git a/Source/bindings/tests/idls/TestInterfaceDocument.idl b/Source/modules/crypto/RsaHashedKeyAlgorithm.idl |
| similarity index 91% |
| copy from Source/bindings/tests/idls/TestInterfaceDocument.idl |
| copy to Source/modules/crypto/RsaHashedKeyAlgorithm.idl |
| index 2a687e871a44bace871a2d7b65243bbbdedc7339..24deb99e0335ae07bda2b1290e7703306215df3c 100644 |
| --- a/Source/bindings/tests/idls/TestInterfaceDocument.idl |
| +++ b/Source/modules/crypto/RsaHashedKeyAlgorithm.idl |
| @@ -28,5 +28,9 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| -interface TestInterfaceDocument : Document { |
| +[ |
| + WillBeGarbageCollected, |
|
haraken
2014/02/25 09:15:46
Remove [WillBeGarbageCollected].
eroman
2014/02/26 01:37:36
Done.
|
| + NoInterfaceObject |
| +] interface RsaHashedKeyAlgorithm : RsaKeyAlgorithm { |
| + readonly attribute KeyAlgorithm hash; |
| }; |