| Index: third_party/WebKit/Source/core/html/imports/HTMLImportChild.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportChild.cpp b/third_party/WebKit/Source/core/html/imports/HTMLImportChild.cpp
|
| index afc59cbdfda27ce3b8aa7ed0140e1e0bbcc1e613..edc0e4003469847171f785021c29c5c912eb63ee 100644
|
| --- a/third_party/WebKit/Source/core/html/imports/HTMLImportChild.cpp
|
| +++ b/third_party/WebKit/Source/core/html/imports/HTMLImportChild.cpp
|
| @@ -32,6 +32,7 @@
|
|
|
| #include "core/css/StyleSheetList.h"
|
| #include "core/dom/Document.h"
|
| +#include "core/dom/StyleEngine.h"
|
| #include "core/dom/custom/CustomElement.h"
|
| #include "core/dom/custom/CustomElementMicrotaskImportStep.h"
|
| #include "core/dom/custom/CustomElementSyncMicrotaskQueue.h"
|
| @@ -66,7 +67,7 @@ void HTMLImportChild::ownerInserted()
|
| {
|
| if (!m_loader->isDone())
|
| return;
|
| - root()->document()->styleResolverChanged();
|
| + root()->document()->styleEngine().resolverChanged(FullStyleUpdate);
|
| }
|
|
|
| void HTMLImportChild::didShareLoader()
|
|
|