| Index: third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h b/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h
|
| index f07f053af490ae9ddb02fc433c046fb606a59bcd..f124d0ff22e6ab206c07ae82a063acfe6d2c6854 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h
|
| @@ -55,7 +55,7 @@ private:
|
| static PassOwnPtr<CSSParserSelector> splitCompoundAtImplicitShadowCrossingCombinator(PassOwnPtr<CSSParserSelector> compoundSelector);
|
|
|
| const CSSParserContext& m_context;
|
| - RawPtrWillBeMember<StyleSheetContents> m_styleSheet; // FIXME: Should be const
|
| + Member<StyleSheetContents> m_styleSheet; // FIXME: Should be const
|
|
|
| bool m_failedParsing = false;
|
| bool m_disallowPseudoElements = false;
|
|
|