| Index: Source/core/dom/StyleEngine.cpp
|
| diff --git a/Source/core/dom/StyleEngine.cpp b/Source/core/dom/StyleEngine.cpp
|
| index 1d9b331d7e4d70c42bb8bfc93e387026ee21412a..31462138bfaaa2b78f99013df4639b60a02f49b9 100644
|
| --- a/Source/core/dom/StyleEngine.cpp
|
| +++ b/Source/core/dom/StyleEngine.cpp
|
| @@ -59,7 +59,6 @@ StyleEngine::StyleEngine(Document& document)
|
| , m_documentStyleSheetCollection(DocumentStyleSheetCollection::create(document))
|
| , m_documentScopeDirty(true)
|
| , m_usesSiblingRules(false)
|
| - , m_usesSiblingRulesOverride(false)
|
| , m_usesFirstLineRules(false)
|
| , m_usesFirstLetterRules(false)
|
| , m_usesRemUnits(false)
|
|
|