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