Index: Source/core/css/StyleSheetContents.cpp |
diff --git a/Source/core/css/StyleSheetContents.cpp b/Source/core/css/StyleSheetContents.cpp |
index 15645ca03bc56ba980ac53b040ba1eb1881a005a..8769973ac24db5e64a08a10153db03957ce0627b 100644 |
--- a/Source/core/css/StyleSheetContents.cpp |
+++ b/Source/core/css/StyleSheetContents.cpp |
@@ -62,7 +62,6 @@ StyleSheetContents::StyleSheetContents(StyleRuleImport* ownerRule, const String& |
, m_originalURL(originalURL) |
, m_hasSyntacticallyValidCSSHeader(true) |
, m_didLoadErrorOccur(false) |
- , m_usesRemUnits(false) |
, m_isMutable(false) |
, m_isInMemoryCache(false) |
, m_hasFontFaceRule(false) |
@@ -80,7 +79,6 @@ StyleSheetContents::StyleSheetContents(const StyleSheetContents& o) |
, m_namespaces(o.m_namespaces) |
, m_hasSyntacticallyValidCSSHeader(o.m_hasSyntacticallyValidCSSHeader) |
, m_didLoadErrorOccur(false) |
- , m_usesRemUnits(o.m_usesRemUnits) |
, m_isMutable(false) |
, m_isInMemoryCache(false) |
, m_hasFontFaceRule(o.m_hasFontFaceRule) |