| Index: Source/core/html/imports/HTMLImportChild.cpp
|
| diff --git a/Source/core/html/imports/HTMLImportChild.cpp b/Source/core/html/imports/HTMLImportChild.cpp
|
| index dc817a79fddc9f7ba7bcf8d15914e3b5d9e15b36..f1e9cff807ecdbd5bd3fb5374065cd4a67a28289 100644
|
| --- a/Source/core/html/imports/HTMLImportChild.cpp
|
| +++ b/Source/core/html/imports/HTMLImportChild.cpp
|
| @@ -65,6 +65,13 @@ HTMLImportChild::~HTMLImportChild()
|
| #endif
|
| }
|
|
|
| +void HTMLImportChild::ownerInserted()
|
| +{
|
| + if (!m_loader->isDone())
|
| + return;
|
| + root()->document()->styleResolverChanged();
|
| +}
|
| +
|
| void HTMLImportChild::didShareLoader()
|
| {
|
| createCustomElementMicrotaskStepIfNeeded();
|
|
|