| 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..fd09dadfbc5ddf0c5928a39da74b13f7ec942375 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().importAddedOrRemoved();
|
| }
|
|
|
| DEFINE_TRACE(LinkImport) {
|
|
|