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

Unified Diff: third_party/WebKit/Source/core/html/LinkStyle.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/LinkStyle.cpp
diff --git a/third_party/WebKit/Source/core/html/LinkStyle.cpp b/third_party/WebKit/Source/core/html/LinkStyle.cpp
index 82bb9d8ed7ab576c4955d1729b0576298dfd4cfe..528c28bd94c7da9f1f8fab79e1082d3bd94058b2 100644
--- a/third_party/WebKit/Source/core/html/LinkStyle.cpp
+++ b/third_party/WebKit/Source/core/html/LinkStyle.cpp
@@ -390,9 +390,6 @@ void LinkStyle::process() {
// we no longer contain a stylesheet, e.g. perhaps rel or type was changed
clearSheet();
document().styleEngine().setNeedsActiveStyleUpdate(m_owner->treeScope());
- // TODO(rune@opera.com): resolverChanged() can be removed once stylesheet
- // updates are async. https://crbug.com/567021
- document().styleEngine().resolverChanged(FullStyleUpdate);
}
}

Powered by Google App Engine
This is Rietveld 408576698