| Index: Source/bindings/templates/methods.cpp
|
| diff --git a/Source/bindings/templates/methods.cpp b/Source/bindings/templates/methods.cpp
|
| index 1d9471034afb5256293289003c60baad9f22e673..94b70730869b707916dfc76315938738c13565d4 100644
|
| --- a/Source/bindings/templates/methods.cpp
|
| +++ b/Source/bindings/templates/methods.cpp
|
| @@ -63,10 +63,6 @@ static void {{method.name}}{{method.overload_index}}Method{{world_suffix}}(const
|
| {{generate_argument_var_declaration(argument)}};
|
| {% endfor %}
|
| {
|
| - {% if method.arguments_need_try_catch %}
|
| - v8::TryCatch block;
|
| - V8RethrowTryCatchScope rethrow(block);
|
| - {% endif %}
|
| {% for argument in method.arguments %}
|
| {% if argument.default_value %}
|
| if (!info[{{argument.index}}]->IsUndefined()) {
|
|
|