| Index: third_party/WebKit/Source/core/html/imports/LinkImport.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/imports/LinkImport.cpp b/third_party/WebKit/Source/core/html/imports/LinkImport.cpp
|
| index f1de54b6a0af350679335b09b508488072d2f7af..1386ff07caedb3c834c3dfedd25a316b050ff4ed 100644
|
| --- a/third_party/WebKit/Source/core/html/imports/LinkImport.cpp
|
| +++ b/third_party/WebKit/Source/core/html/imports/LinkImport.cpp
|
| @@ -120,7 +120,7 @@ void LinkImport::ownerInserted() {
|
|
|
| void LinkImport::ownerRemoved() {
|
| if (m_owner)
|
| - m_owner->document().styleEngine().importRemoved();
|
| + m_owner->document().styleEngine().htmlImportAddedOrRemoved();
|
| }
|
|
|
| DEFINE_TRACE(LinkImport) {
|
|
|