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