| 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 33f3951e51cc66cd6c17c3befe96773acde9c2af..b5a30a2d505f6dcd7ae8c98347bb3986a9066c00 100644
|
| --- a/third_party/WebKit/Source/core/html/imports/HTMLImportChild.cpp
|
| +++ b/third_party/WebKit/Source/core/html/imports/HTMLImportChild.cpp
|
| @@ -60,9 +60,6 @@ void HTMLImportChild::ownerInserted() {
|
| DCHECK(root());
|
| DCHECK(root()->document());
|
| root()->document()->styleEngine().htmlImportAddedOrRemoved();
|
| - // TODO(rune@opera.com): resolverChanged() can be removed once stylesheet
|
| - // updates are async. https://crbug.com/567021
|
| - root()->document()->styleEngine().resolverChanged(AnalyzedStyleUpdate);
|
| }
|
|
|
| void HTMLImportChild::didShareLoader() {
|
|
|