| Index: Source/core/dom/custom/CustomElementMicrotaskImportStep.cpp
|
| diff --git a/Source/core/dom/custom/CustomElementMicrotaskImportStep.cpp b/Source/core/dom/custom/CustomElementMicrotaskImportStep.cpp
|
| index e8fccfcc7b506c4d540ad31e8277df03a22b0a1d..99f37c9c6b96ac8f9ef0da144f90b73da7c1309c 100644
|
| --- a/Source/core/dom/custom/CustomElementMicrotaskImportStep.cpp
|
| +++ b/Source/core/dom/custom/CustomElementMicrotaskImportStep.cpp
|
| @@ -85,6 +85,11 @@ CustomElementMicrotaskStep::Result CustomElementMicrotaskImportStep::process()
|
| return result;
|
| }
|
|
|
| +bool CustomElementMicrotaskImportStep::needsProcessOrStop() const
|
| +{
|
| + return shouldStopProcessing() || m_queue->needsProcessOrStop();
|
| +}
|
| +
|
| #if !defined(NDEBUG)
|
| void CustomElementMicrotaskImportStep::show(unsigned indent)
|
| {
|
|
|