Index: Source/core/dom/custom/CustomElementMicrotaskStep.h |
diff --git a/Source/core/dom/custom/CustomElementMicrotaskStep.h b/Source/core/dom/custom/CustomElementMicrotaskStep.h |
index d4678cda25803f9a863f253b25bf30907281ffbf..c5f11ec0e2caab9793e63984bca4c31ff8117a05 100644 |
--- a/Source/core/dom/custom/CustomElementMicrotaskStep.h |
+++ b/Source/core/dom/custom/CustomElementMicrotaskStep.h |
@@ -48,7 +48,6 @@ public: |
}; |
virtual Result process() = 0; |
- virtual bool needsProcessOrStop() const = 0; |
#if !defined(NDEBUG) |
virtual void show(unsigned indent) = 0; |