| Index: Source/bindings/tests/idls/TestSpecialOperationsCustom.idl
|
| diff --git a/Source/bindings/tests/idls/TestSpecialOperationsCustom.idl b/Source/bindings/tests/idls/TestSpecialOperationsCustom.idl
|
| index 03c957ac756b76f6cc797b4e5fe167a442768b54..f3647f009ca90f13d0b31463a2bc21570a00fde8 100644
|
| --- a/Source/bindings/tests/idls/TestSpecialOperationsCustom.idl
|
| +++ b/Source/bindings/tests/idls/TestSpecialOperationsCustom.idl
|
| @@ -30,7 +30,7 @@ interface TestSpecialOperationsCustom {
|
| [Custom/*, NotEnumerable */] getter boolean (unsigned long index);
|
| [Custom] setter boolean (unsigned long index, Node value);
|
| [Custom] deleter boolean (unsigned long index);
|
| - [Custom=PropertyGetter|PropertyEnumerator] getter Node (DOMString name);
|
| + [Custom=PropertyGetter|PropertyEnumerator|PropertyQuery] getter Node (DOMString name);
|
| [Custom] setter Node (DOMString name, Node value);
|
| [Custom] deleter boolean (DOMString name);
|
| };
|
|
|