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

Unified Diff: third_party/WebKit/Source/core/html/imports/HTMLImportChild.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
« no previous file with comments | « third_party/WebKit/Source/core/html/LinkStyle.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/HTMLImportChild.cpp
diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportChild.cpp b/third_party/WebKit/Source/core/html/imports/HTMLImportChild.cpp
index 33f3951e51cc66cd6c17c3befe96773acde9c2af..b5a30a2d505f6dcd7ae8c98347bb3986a9066c00 100644
--- a/third_party/WebKit/Source/core/html/imports/HTMLImportChild.cpp
+++ b/third_party/WebKit/Source/core/html/imports/HTMLImportChild.cpp
@@ -60,9 +60,6 @@ void HTMLImportChild::ownerInserted() {
DCHECK(root());
DCHECK(root()->document());
root()->document()->styleEngine().htmlImportAddedOrRemoved();
- // TODO(rune@opera.com): resolverChanged() can be removed once stylesheet
- // updates are async. https://crbug.com/567021
- root()->document()->styleEngine().resolverChanged(AnalyzedStyleUpdate);
}
void HTMLImportChild::didShareLoader() {
« no previous file with comments | « third_party/WebKit/Source/core/html/LinkStyle.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698