Index: Source/core/dom/custom/CustomElementMicrotaskRunQueue.h |
diff --git a/Source/core/dom/custom/CustomElementMicrotaskRunQueue.h b/Source/core/dom/custom/CustomElementMicrotaskRunQueue.h |
index bcfb1c2539125695bebf9fda2c47e917f9bedd37..2ebdd17872eef115bed426728fd79ed814045e37 100644 |
--- a/Source/core/dom/custom/CustomElementMicrotaskRunQueue.h |
+++ b/Source/core/dom/custom/CustomElementMicrotaskRunQueue.h |
@@ -25,6 +25,8 @@ public: |
void requestDispatchIfNeeded(); |
bool isEmpty() const; |
+ // Must be promptly finalized to prevent unsafe dispatching. |
+ EAGERLY_FINALIZE(); |
DECLARE_TRACE(); |
private: |