| Index: Source/bindings/templates/methods.cpp
|
| diff --git a/Source/bindings/templates/methods.cpp b/Source/bindings/templates/methods.cpp
|
| index 15ce6692b84e7fc21b2f3511bcf497903cd14fba..fd2d2c9378652177df8337ac5adf7a77925fe24d 100644
|
| --- a/Source/bindings/templates/methods.cpp
|
| +++ b/Source/bindings/templates/methods.cpp
|
| @@ -624,7 +624,7 @@ v8SetReturnValue(info, wrapper);
|
| const V8DOMConfiguration::MethodConfiguration {{method.name}}MethodConfiguration = {
|
| "{{method.name}}", {{method_callback}}, {{method_callback_for_main_world}}, {{method_length}}, {{only_exposed_to_private_script}},
|
| };
|
| -V8DOMConfiguration::installMethod({{method.function_template}}, {{method.signature}}, {{property_attribute}}, {{method.name}}MethodConfiguration, isolate);
|
| +V8DOMConfiguration::installMethod(isolate, {{method.function_template}}, {{method.signature}}, {{property_attribute}}, {{method.name}}MethodConfiguration);
|
| {%- endmacro %}
|
|
|
| {######################################}
|
|
|