| Index: Source/bindings/tests/idls/TestInterface.idl
|
| diff --git a/Source/bindings/tests/idls/TestInterface.idl b/Source/bindings/tests/idls/TestInterface.idl
|
| index d2aa5804215dc6cd0d8b7cf002283ffd440a967b..180f57c4d036ddbfaa1f95f9702b164f388b98a6 100644
|
| --- a/Source/bindings/tests/idls/TestInterface.idl
|
| +++ b/Source/bindings/tests/idls/TestInterface.idl
|
| @@ -30,11 +30,11 @@
|
| // changes in its ouput.
|
| [
|
| ActiveDOMObject,
|
| - CustomNamedSetter,
|
| Conditional=Condition1|Condition2,
|
| CallWith=ScriptExecutionContext,
|
| Constructor(DOMString str1, [Default=Undefined] optional DOMString str2),
|
| RaisesException
|
| ] interface TestInterface {
|
| [ImplementedAs=getItem] getter (Node or NodeList)(DOMString name);
|
| + [Custom] setter Node (DOMString name, Node value);
|
| };
|
|
|