| Index: third_party/WebKit/Source/bindings/templates/callback_function.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/bindings/templates/callback_function.cpp.tmpl b/third_party/WebKit/Source/bindings/templates/callback_function.cpp.tmpl
|
| index f16b6391f4cb510c15015b81526d87df6604768c..ecf618e362ab4a4ebc7ca4369ceabf67c2288b65 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/callback_function.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/bindings/templates/callback_function.cpp.tmpl
|
| @@ -35,6 +35,9 @@ bool {{cpp_class}}::call({{argument_declarations | join(', ')}})
|
| if (m_callback.isEmpty())
|
| return false;
|
|
|
| + // TODO(bashi): Make sure that using TrackExceptionState is OK.
|
| + // crbug.com/653769
|
| + TrackExceptionState exceptionState;
|
| ScriptState::Scope scope(scriptState);
|
|
|
| {% for argument in arguments %}
|
|
|