| Index: Source/bindings/scripts/v8_methods.py
|
| diff --git a/Source/bindings/scripts/v8_methods.py b/Source/bindings/scripts/v8_methods.py
|
| index e787919cde690e6be3f3160d0ad2bca53baa6efc..6fb534689a4b26a26a94dc95450b178a42535c6e 100644
|
| --- a/Source/bindings/scripts/v8_methods.py
|
| +++ b/Source/bindings/scripts/v8_methods.py
|
| @@ -296,8 +296,7 @@ def cpp_value(interface, method, number_of_arguments):
|
| return argument.name
|
| if idl_type.is_dictionary:
|
| return '*%s' % argument.name
|
| - if (idl_type.is_callback_interface or
|
| - idl_type.name in ['NodeFilter', 'NodeFilterOrNull',
|
| + if (idl_type.name in ['NodeFilter', 'NodeFilterOrNull',
|
| 'XPathNSResolver', 'XPathNSResolverOrNull']):
|
| # FIXME: remove this special case
|
| return '%s.release()' % argument.name
|
|
|