| Index: Source/core/css/CSSParser.cpp
|
| diff --git a/Source/core/css/CSSParser.cpp b/Source/core/css/CSSParser.cpp
|
| index b8337d14a6c596d7e46e6433402744d663aefdf3..5b674c8c25b52459c981dcb67cf910c823c7ff4e 100644
|
| --- a/Source/core/css/CSSParser.cpp
|
| +++ b/Source/core/css/CSSParser.cpp
|
| @@ -289,7 +289,6 @@ CSSParser::CSSParser(const CSSParserContext& context)
|
| : m_context(context)
|
| , m_important(false)
|
| , m_id(CSSPropertyInvalid)
|
| - , m_styleSheet(0)
|
| , m_supportsCondition(false)
|
| , m_selectorListForParseSelector(0)
|
| , m_numParsedPropertiesBeforeMarginBox(INVALID_NUM_PARSED_PROPERTIES)
|
|
|