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

Unified Diff: third_party/WebKit/Source/core/html/HTMLLinkElement.cpp

Issue 2559613002: Removed resolverChanged(). (Closed)
Patch Set: Rebased 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/HTMLLinkElement.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp b/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
index ae4f4dd33c61a07379bb4d6c073955834bde5257..c1ce32a4e044e7f4f6249ba367876c3cec7ce859 100644
--- a/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
@@ -218,13 +218,8 @@ void HTMLLinkElement::removedFrom(ContainerNode* insertionPoint) {
}
document().styleEngine().removeStyleSheetCandidateNode(*this,
*insertionPoint);
-
if (m_link)
m_link->ownerRemoved();
-
- // TODO(rune@opera.com): resolverChanged() can be removed once stylesheet
- // updates are async. https://crbug.com/567021
- document().styleEngine().resolverChanged(AnalyzedStyleUpdate);
}
void HTMLLinkElement::finishParsingChildren() {
« no previous file with comments | « third_party/WebKit/Source/core/dom/StyleEngine.cpp ('k') | third_party/WebKit/Source/core/html/HTMLStyleElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698