| Index: Source/core/dom/StyleEngine.cpp
|
| diff --git a/Source/core/dom/StyleEngine.cpp b/Source/core/dom/StyleEngine.cpp
|
| index ac540ebdadbc4d517b723ac45d3f74ba5a61df43..1854b3d7230ce1efc1e1a9dba580b5c63ab4d84f 100644
|
| --- a/Source/core/dom/StyleEngine.cpp
|
| +++ b/Source/core/dom/StyleEngine.cpp
|
| @@ -62,6 +62,7 @@ StyleEngine::StyleEngine(Document& document)
|
| , m_usesWindowInactiveSelector(false)
|
| , m_usesRemUnits(false)
|
| , m_maxDirectAdjacentSelectors(0)
|
| + , m_treeBoundaryCrossingScopeCount(0)
|
| , m_ignorePendingStylesheets(false)
|
| , m_didCalculateResolver(false)
|
| // We don't need to create CSSFontSelector for imported document or
|
|
|