| Index: Source/core/testing/TypeConversions.idl
|
| diff --git a/Source/core/testing/TypeConversions.idl b/Source/core/testing/TypeConversions.idl
|
| index da4ca4b8ed2cbaf86c940274dbe9fba16c481c95..2caf97a9a4a4018469db9cf56328a4d98bf9f7b1 100644
|
| --- a/Source/core/testing/TypeConversions.idl
|
| +++ b/Source/core/testing/TypeConversions.idl
|
| @@ -45,4 +45,6 @@
|
| [EnforceRange, ImplementedAs=testShort] attribute short testEnforceRangeShort;
|
| attribute unsigned short testUnsignedShort;
|
| [EnforceRange, ImplementedAs=testUnsignedShort] attribute unsigned short testEnforceRangeUnsignedShort;
|
| +
|
| + attribute ByteString testByteString;
|
| };
|
|
|