Support unions that contain USVStrings.

This commit is contained in:
Ms2ger 2015-10-30 16:24:04 +01:00
parent a67eaa2d82
commit 7ccc5ad7da
3 changed files with 9 additions and 0 deletions

View file

@ -89,6 +89,7 @@ interface TestBinding {
attribute Blob interfaceAttribute;
attribute (HTMLElement or long) unionAttribute;
attribute (Event or DOMString) union2Attribute;
attribute (Event or USVString) union3Attribute;
readonly attribute Uint8ClampedArray arrayAttribute;
attribute any anyAttribute;
attribute object objectAttribute;