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