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

Unified Diff: third_party/WebKit/Source/core/html/HTMLStyleElement.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/HTMLStyleElement.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLStyleElement.cpp b/third_party/WebKit/Source/core/html/HTMLStyleElement.cpp
index 25ebf50dc9a3ca55e16c9f04be9f39f8aa8f889d..c037066adc2f9b28cdf42d92ef91843f2e3554ed 100644
--- a/third_party/WebKit/Source/core/html/HTMLStyleElement.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLStyleElement.cpp
@@ -58,9 +58,6 @@ void HTMLStyleElement::parseAttribute(const QualifiedName& name,
m_sheet) {
m_sheet->setMediaQueries(MediaQuerySet::create(value));
document().styleEngine().mediaQueriesChangedInScope(treeScope());
- // TODO(rune@opera.com): resolverChanged() can be removed once stylesheet
- // updates are async. https://crbug.com/567021
- document().styleEngine().resolverChanged(FullStyleUpdate);
} else {
HTMLElement::parseAttribute(name, oldValue, value);
}
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLLinkElement.cpp ('k') | third_party/WebKit/Source/core/html/LinkStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698