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..93681d9ee8a71bc1a99de957f6e47074a9503b48 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 isWaitingForCustomElementMicrotaskSteps() const; |
+ |
#if ENABLE(OILPAN) |
Persistent<Document> m_master; |
#else |