| Index: Source/modules/crypto/HmacKeyAlgorithm.idl
|
| diff --git a/Source/bindings/tests/idls/TestInterfaceDocument.idl b/Source/modules/crypto/HmacKeyAlgorithm.idl
|
| similarity index 93%
|
| copy from Source/bindings/tests/idls/TestInterfaceDocument.idl
|
| copy to Source/modules/crypto/HmacKeyAlgorithm.idl
|
| index 2a687e871a44bace871a2d7b65243bbbdedc7339..552effb4cbae59dfc56961cb4c47a544a4de0140 100644
|
| --- a/Source/bindings/tests/idls/TestInterfaceDocument.idl
|
| +++ b/Source/modules/crypto/HmacKeyAlgorithm.idl
|
| @@ -28,5 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface TestInterfaceDocument : Document {
|
| +[
|
| + NoInterfaceObject
|
| +] interface HmacKeyAlgorithm : KeyAlgorithm {
|
| + readonly attribute KeyAlgorithm hash;
|
| };
|
|
|