| Index: bindings/tests/idls/core/TestTypedefs.idl
|
| diff --git a/bindings/tests/idls/core/TestTypedefs.idl b/bindings/tests/idls/core/TestTypedefs.idl
|
| index 996f1c11b15cdc1ff702ed1fcb5a8999fe741a1c..9f3006e0d36538522e1d99fafb464f70d2d2655c 100644
|
| --- a/bindings/tests/idls/core/TestTypedefs.idl
|
| +++ b/bindings/tests/idls/core/TestTypedefs.idl
|
| @@ -48,6 +48,7 @@ typedef (DOMString or double) DOMStringOrDouble;
|
| ] interface TestTypedefs {
|
| attribute ULongLong uLongLongAttribute;
|
| attribute T tAttribute;
|
| + attribute DOMStringOrDouble? domStringOrDoubleOrNullAttribute;
|
|
|
| void voidMethodArrayOfLongsArg(optional ArrayOfLongs arrayOfLongsArg);
|
|
|
|
|