Index: Source/core/html/imports/HTMLImportChild.h |
diff --git a/Source/core/html/imports/HTMLImportChild.h b/Source/core/html/imports/HTMLImportChild.h |
index 15b2d4d669d76fe3d0d206d7e5437603df13d4f1..8a5b905828c2843669d256169d805ff23065492c 100644 |
--- a/Source/core/html/imports/HTMLImportChild.h |
+++ b/Source/core/html/imports/HTMLImportChild.h |
@@ -104,6 +104,9 @@ private: |
void ensureLoader(); |
void createCustomElementMicrotaskStepIfNeeded(); |
+ bool hasMicrotaskStep() const { return m_customElementMicrotaskStep; } |
+ bool isWaitingCustomElementMicrotaskSteps() const; |
+ |
#if ENABLE(OILPAN) |
Persistent<Document> m_master; |
#else |