| 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);
|
| }
|
|
|