Index: Source/core/dom/custom/CustomElementMicrotaskResolutionStep.h |
diff --git a/Source/core/dom/custom/CustomElementMicrotaskResolutionStep.h b/Source/core/dom/custom/CustomElementMicrotaskResolutionStep.h |
index ff936ddaa737354a6c5acc1b71cb970be10bc1e7..f6c65b7a0e2b1f180c873197e26641f1b05b8247 100644 |
--- a/Source/core/dom/custom/CustomElementMicrotaskResolutionStep.h |
+++ b/Source/core/dom/custom/CustomElementMicrotaskResolutionStep.h |
@@ -53,6 +53,7 @@ private: |
CustomElementMicrotaskResolutionStep(PassRefPtr<CustomElementRegistrationContext>, PassRefPtr<Element>, const CustomElementDescriptor&); |
virtual Result process() OVERRIDE; |
+ virtual bool needsProcessOrStop() const OVERRIDE; |
#if !defined(NDEBUG) |
virtual void show(unsigned indent) OVERRIDE; |