| 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 ecf618e362ab4a4ebc7ca4369ceabf67c2288b65..cdb0299e75207375bb075a9401bf552fa73a5d48 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/callback_function.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/bindings/templates/callback_function.cpp.tmpl
|
| @@ -29,7 +29,7 @@ bool {{cpp_class}}::call({{argument_declarations | join(', ')}})
|
|
|
| ExecutionContext* context = scriptState->getExecutionContext();
|
| DCHECK(context);
|
| - if (context->activeDOMObjectsAreSuspended() || context->activeDOMObjectsAreStopped())
|
| + if (context->activeDOMObjectsAreSuspended())
|
| return false;
|
|
|
| if (m_callback.isEmpty())
|
|
|