Index: sky/engine/core/dom/StyleSheetCollection.h |
diff --git a/sky/engine/core/dom/StyleSheetCollection.h b/sky/engine/core/dom/StyleSheetCollection.h |
index 7a10f95ae7d64cfeb257122b9bb492bee79d711a..65caed54dfad1618c320d2f149b216517b001c72 100644 |
--- a/sky/engine/core/dom/StyleSheetCollection.h |
+++ b/sky/engine/core/dom/StyleSheetCollection.h |
@@ -68,8 +68,6 @@ private: |
TreeScope& m_treeScope; |
DocumentOrderedList m_styleSheetCandidateNodes; |
Vector<RefPtr<CSSStyleSheet>> m_activeAuthorStyleSheets; |
- |
- bool m_needsUpdate; |
}; |
} |