| Index: Source/bindings/scripts/v8_attributes.py
|
| ===================================================================
|
| --- Source/bindings/scripts/v8_attributes.py (revision 197430)
|
| +++ Source/bindings/scripts/v8_attributes.py (working copy)
|
| @@ -213,7 +213,7 @@
|
| return 'v8SetReturnValue(info, v8Value)'
|
| return idl_type.v8_set_return_value(
|
| cpp_value, extended_attributes=extended_attributes, script_wrappable='impl',
|
| - release=release, for_main_world=for_main_world)
|
| + release=release, for_main_world=for_main_world, is_static=attribute.is_static)
|
|
|
| context.update({
|
| 'cpp_value': cpp_value,
|
|
|