Index: Source/core/dom/StyleEngine.cpp |
diff --git a/Source/core/dom/StyleEngine.cpp b/Source/core/dom/StyleEngine.cpp |
index c2d1b693dde58a47cebebb6f385e8147fbb8d2a7..71e3190145ee5f77059678328822e8aa3331558c 100644 |
--- a/Source/core/dom/StyleEngine.cpp |
+++ b/Source/core/dom/StyleEngine.cpp |
@@ -61,6 +61,7 @@ StyleEngine::StyleEngine(Document& document) |
, m_usesFirstLineRules(false) |
, m_usesWindowInactiveSelector(false) |
, m_usesRemUnits(false) |
+ , m_usesVariables(false) |
, m_maxDirectAdjacentSelectors(0) |
, m_ignorePendingStylesheets(false) |
, m_didCalculateResolver(false) |