| Index: Source/core/dom/StyleEngine.cpp
|
| diff --git a/Source/core/dom/StyleEngine.cpp b/Source/core/dom/StyleEngine.cpp
|
| index 94a218b8fb7c16a1edfc4f22a94662cbfe4c1d7f..118afe2f88b2021c9474d7abe4591760c7cbc5a6 100644
|
| --- a/Source/core/dom/StyleEngine.cpp
|
| +++ b/Source/core/dom/StyleEngine.cpp
|
| @@ -365,7 +365,7 @@ bool StyleEngine::updateActiveStyleSheets(StyleResolverUpdateMode updateMode)
|
| return false;
|
|
|
| }
|
| - if (!m_document.renderer() || !m_document.attached())
|
| + if (!m_document.renderer() || !m_document.confusingAndOftenMisusedAttached())
|
| return false;
|
|
|
| bool requiresFullStyleRecalc = false;
|
|
|