Index: Source/bindings/tests/idls/TestObject.idl |
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl |
index 189dc21b016cc550e54914955d253bbb665afa30..bd5cfef43515283c2e085e2b5c6dd7cedf8e88f3 100644 |
--- a/Source/bindings/tests/idls/TestObject.idl |
+++ b/Source/bindings/tests/idls/TestObject.idl |
@@ -216,6 +216,7 @@ enum TestEnumType { "", "EnumValue1", "EnumValue2", "EnumValue3" }; |
attribute float[] floatArray; |
attribute double[] doubleArray; |
+ attribute MessagePort[] messagePortArray; |
void methodWithUnsignedLongSequence(sequence<unsigned long> unsignedLongSequence); |
[RaisesException] DOMString[] stringArrayFunction(DOMString[] values); |