Index: Source/core/html/imports/HTMLImportChild.h |
=================================================================== |
--- Source/core/html/imports/HTMLImportChild.h (revision 174593) |
+++ Source/core/html/imports/HTMLImportChild.h (working copy) |
@@ -88,6 +88,7 @@ |
void didFinishLoading(); |
void didFinishUpgradingCustomElements(); |
bool isLoaded() const; |
+ bool isFirst() const; |
void normalize(); |
private: |
@@ -101,6 +102,7 @@ |
void createLoader(); |
void shareLoader(HTMLImportChild*); |
void ensureLoader(); |
+ void createCustomElementMicrotaskStepIfNeeded(); |
#if ENABLE(OILPAN) |
Persistent<Document> m_master; |