| Index: Source/core/html/imports/HTMLImportChild.cpp
|
| diff --git a/Source/core/html/imports/HTMLImportChild.cpp b/Source/core/html/imports/HTMLImportChild.cpp
|
| index 1078cad0757a474f2d0b7b456edeecf5a4d214ea..9620ee0072888ce9da05f042975be84b6880cb5b 100644
|
| --- a/Source/core/html/imports/HTMLImportChild.cpp
|
| +++ b/Source/core/html/imports/HTMLImportChild.cpp
|
| @@ -37,6 +37,7 @@
|
| #include "core/dom/custom/CustomElementMicrotaskImportStep.h"
|
| #include "core/html/imports/HTMLImportChildClient.h"
|
| #include "core/html/imports/HTMLImportLoader.h"
|
| +#include "core/html/imports/HTMLImportTreeRoot.h"
|
| #include "core/html/imports/HTMLImportsController.h"
|
|
|
| namespace WebCore {
|
| @@ -123,7 +124,7 @@ Document* HTMLImportChild::document() const
|
|
|
| void HTMLImportChild::stateWillChange()
|
| {
|
| - toHTMLImportsController(root())->scheduleRecalcState();
|
| + toHTMLImportTreeRoot(root())->scheduleRecalcState();
|
| }
|
|
|
| void HTMLImportChild::stateDidChange()
|
|
|