| Index: Source/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp
|
| diff --git a/Source/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp b/Source/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp
|
| index 1dce4a531cfe4402416370045b820e4a4a8bf32d..5a6e10fb9ff19de75b737fea9ab25360c114310e 100644
|
| --- a/Source/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp
|
| +++ b/Source/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp
|
| @@ -58,11 +58,6 @@ CustomElementMicrotaskStep::Result CustomElementMicrotaskResolutionStep::process
|
| return CustomElementMicrotaskStep::ContinueWithRemoving;
|
| }
|
|
|
| -bool CustomElementMicrotaskResolutionStep::needsProcessOrStop() const
|
| -{
|
| - return true;
|
| -}
|
| -
|
| #if !defined(NDEBUG)
|
| void CustomElementMicrotaskResolutionStep::show(unsigned indent)
|
| {
|
|
|