Index: Source/core/style/StyleRareNonInheritedData.h |
diff --git a/Source/core/style/StyleRareNonInheritedData.h b/Source/core/style/StyleRareNonInheritedData.h |
index 157c394c0da928a8cc1accd8290e59a1ecf9439b..03a8d9945e75532535ba58dccd3542d4a03c00d9 100644 |
--- a/Source/core/style/StyleRareNonInheritedData.h |
+++ b/Source/core/style/StyleRareNonInheritedData.h |
@@ -204,10 +204,6 @@ |
unsigned m_resize : 2; // EResize |
unsigned m_hasCompositorProxy : 1; |
- // Style adjustment for appearance is disabled when certain properties are set. |
- unsigned m_hasAuthorBackground : 1; // Whether there is a author-defined background. |
- unsigned m_hasAuthorBorder : 1; // Whether there is a author-defined border. |
- |
private: |
StyleRareNonInheritedData(); |
StyleRareNonInheritedData(const StyleRareNonInheritedData&); |