Index: Source/bindings/tests/idls/TestInterface.idl |
diff --git a/Source/bindings/tests/idls/TestInterface.idl b/Source/bindings/tests/idls/TestInterface.idl |
index 393224cccbddecf34fffa28790f8a60fe9024ce2..1836b139baee420ce5a72db00ba05a6c65e344f7 100644 |
--- a/Source/bindings/tests/idls/TestInterface.idl |
+++ b/Source/bindings/tests/idls/TestInterface.idl |
@@ -33,7 +33,8 @@ |
Conditional=Condition1|Condition2, |
ConstructorCallWith=ExecutionContext, |
Constructor(DOMString str1, [Default=Undefined] optional DOMString str2), |
- ConstructorRaisesException |
+ ConstructorRaisesException, |
+ ReachableTo(ReachableToType reachableTo) |
] interface TestInterface { |
[ImplementedAs=getItem] getter (Node or NodeList)(DOMString name); |
[Custom] setter Node (DOMString name, Node value); |