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 7b045d5829383c80336277d60ca62e7785898d9d..bec20ed54f048a1f1bcc7b426bb5e7fcd7e6fb95 100644 |
--- a/third_party/WebKit/Source/core/html/imports/HTMLImportChild.cpp |
+++ b/third_party/WebKit/Source/core/html/imports/HTMLImportChild.cpp |
@@ -54,7 +54,7 @@ HTMLImportChild::~HTMLImportChild() {} |
void HTMLImportChild::ownerInserted() { |
if (!m_loader->isDone()) |
return; |
- root()->document()->styleEngine().resolverChanged(FullStyleUpdate); |
+ document()->styleEngine().importAddedOrRemoved(); |
} |
void HTMLImportChild::didShareLoader() { |