Index: Source/core/dom/custom/CustomElementMicrotaskImportStep.h |
diff --git a/Source/core/dom/custom/CustomElementMicrotaskImportStep.h b/Source/core/dom/custom/CustomElementMicrotaskImportStep.h |
index 186990e178c2f01fc6c23a4e64d3023fb7f1722e..769e4aa30a690d3a6cde2890709317f8a27410ed 100644 |
--- a/Source/core/dom/custom/CustomElementMicrotaskImportStep.h |
+++ b/Source/core/dom/custom/CustomElementMicrotaskImportStep.h |
@@ -68,6 +68,7 @@ private: |
// CustomElementMicrotaskStep |
virtual Result process() OVERRIDE FINAL; |
+ virtual bool needsProcessOrStop() const OVERRIDE FINAL; |
#if !defined(NDEBUG) |
virtual void show(unsigned indent) OVERRIDE; |