| Index: Source/bindings/templates/methods.cpp
|
| diff --git a/Source/bindings/templates/methods.cpp b/Source/bindings/templates/methods.cpp
|
| index 9affae262495d67d4fd6fdb460ec011387010573..a696a1ae8bac5482d6ad3052b2abeacfd4f3b183 100644
|
| --- a/Source/bindings/templates/methods.cpp
|
| +++ b/Source/bindings/templates/methods.cpp
|
| @@ -238,7 +238,7 @@ ScriptState* scriptState = ScriptState::current(info.GetIsolate());
|
| ExecutionContext* scriptContext = currentExecutionContext(info.GetIsolate());
|
| {% endif %}
|
| {% if method.is_call_with_script_arguments %}
|
| -RefPtr<ScriptArguments> scriptArguments(createScriptArguments(scriptState, info, {{method.number_of_arguments}}));
|
| +RefPtrWillBeRawPtr<ScriptArguments> scriptArguments(createScriptArguments(scriptState, info, {{method.number_of_arguments}}));
|
| {% endif %}
|
| {# Call #}
|
| {% if method.idl_type == 'void' %}
|
|
|