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

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

Issue 2551473002: Correctly re-collect active style for html imports. (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/core/html/imports/HTMLImportChild.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « third_party/WebKit/Source/core/html/imports/HTMLImportChild.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698