| Index: Source/core/dom/StyleEngine.cpp
|
| diff --git a/Source/core/dom/StyleEngine.cpp b/Source/core/dom/StyleEngine.cpp
|
| index 01ebf321a768c215002d829e4dfddcd7e8143bee..6788ad0e364aaf4e997eedbf224e9ab7bb6cecec 100644
|
| --- a/Source/core/dom/StyleEngine.cpp
|
| +++ b/Source/core/dom/StyleEngine.cpp
|
| @@ -494,8 +494,6 @@ void StyleEngine::clearResolver()
|
| for (UnorderedTreeScopeSet::iterator it = m_activeTreeScopes.beginUnordered(); it != m_activeTreeScopes.endUnordered(); ++it)
|
| (*it)->clearScopedStyleResolver();
|
|
|
| - if (m_resolver)
|
| - document().updateStyleInvalidationIfNeeded();
|
| m_resolver.clear();
|
| }
|
|
|
|
|