| Index: Source/bindings/scripts/v8_methods.py
|
| diff --git a/Source/bindings/scripts/v8_methods.py b/Source/bindings/scripts/v8_methods.py
|
| index fc2be4077ac9f39047d03b8cd2e94af7f47a7c4c..32950743e9d28b01548a2609cb41c96903bc7d51 100644
|
| --- a/Source/bindings/scripts/v8_methods.py
|
| +++ b/Source/bindings/scripts/v8_methods.py
|
| @@ -123,6 +123,7 @@ def method_context(interface, method, is_visible=True):
|
| for index, argument in enumerate(arguments)],
|
| 'argument_declarations_for_private_script':
|
| argument_declarations_for_private_script(interface, method),
|
| + 'clear_cached_attributes': extended_attributes.get('ClearCachedAttributes'),
|
| 'conditional_string': v8_utilities.conditional_string(method),
|
| 'cpp_type': (v8_types.cpp_template_type('Nullable', idl_type.cpp_type)
|
| if idl_type.is_explicit_nullable else idl_type.cpp_type),
|
|
|