Index: Source/core/dom/StyleEngine.cpp |
diff --git a/Source/core/dom/StyleEngine.cpp b/Source/core/dom/StyleEngine.cpp |
index 01ebf321a768c215002d829e4dfddcd7e8143bee..0dc17546112b54f0734b11e097e0f590ead9081b 100644 |
--- a/Source/core/dom/StyleEngine.cpp |
+++ b/Source/core/dom/StyleEngine.cpp |
@@ -63,6 +63,7 @@ StyleEngine::StyleEngine(Document& document) |
, m_usesFirstLetterRules(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 |