Index: third_party/WebKit/Source/core/dom/StyleElement.cpp |
diff --git a/third_party/WebKit/Source/core/dom/StyleElement.cpp b/third_party/WebKit/Source/core/dom/StyleElement.cpp |
index b403f52b69c664e658dfd09c45ae2089d7fc2a9e..75b9a530746b25bfbb94579a8156d53cf3fc3459 100644 |
--- a/third_party/WebKit/Source/core/dom/StyleElement.cpp |
+++ b/third_party/WebKit/Source/core/dom/StyleElement.cpp |
@@ -82,14 +82,8 @@ void StyleElement::removedFrom(Element& element, |
m_registeredAsCandidate = false; |
} |
- if (m_sheet) { |
+ if (m_sheet) |
clearSheet(element); |
- if (element.isConnected()) { |
- // TODO(rune@opera.com): resolverChanged() can be removed once stylesheet |
- // updates are async. https://crbug.com/567021 |
- document.styleEngine().resolverChanged(AnalyzedStyleUpdate); |
- } |
- } |
} |
StyleElement::ProcessingResult StyleElement::childrenChanged(Element& element) { |