| Index: sky/engine/core/dom/Document.cpp
|
| diff --git a/sky/engine/core/dom/Document.cpp b/sky/engine/core/dom/Document.cpp
|
| index 6ce6ac4d34b93fe7431f6810422eba147f776b69..62db4d0c6061f8d2c6392d5e7cfc6328336f8d4c 100644
|
| --- a/sky/engine/core/dom/Document.cpp
|
| +++ b/sky/engine/core/dom/Document.cpp
|
| @@ -1106,7 +1106,6 @@ void Document::updateStyle(StyleRecalcChange change)
|
| clearChildNeedsStyleRecalc();
|
|
|
| if (m_styleEngine->hasResolver()) {
|
| - // Pseudo element removal and similar may only work with these flags still set. Reset them after the style recalc.
|
| StyleResolver& resolver = m_styleEngine->ensureResolver();
|
| resolver.clearStyleSharingList();
|
| }
|
|
|