Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Unified Diff: third_party/WebKit/Source/core/html/imports/LinkImport.cpp

Issue 1913833002: Current work-in-progress crbug.com/567021 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed html import issue. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698