| Index: third_party/WebKit/Source/core/css/parser/CSSParser.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParser.h b/third_party/WebKit/Source/core/css/parser/CSSParser.h
|
| index 57c322bcdd478bd9029f74523b2b803d4df864e8..b927202e7946bd6bc4fb8f69484feabee260b270 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParser.h
|
| @@ -30,7 +30,7 @@ public:
|
| // As well as regular rules, allows @import and @namespace but not @charset
|
| static PassRefPtrWillBeRawPtr<StyleRuleBase> parseRule(const CSSParserContext&, StyleSheetContents*, const String&);
|
| static void parseSheet(const CSSParserContext&, StyleSheetContents*, const String&);
|
| - static CSSSelectorList parseSelector(const CSSParserContext&, const String&);
|
| + static CSSSelectorList parseSelector(const CSSParserContext&, StyleSheetContents*, const String&);
|
| static bool parseDeclarationList(const CSSParserContext&, MutableStylePropertySet*, const String&);
|
| // Returns whether anything was changed.
|
| static bool parseValue(MutableStylePropertySet*, CSSPropertyID unresolvedProperty, const String&, bool important, StyleSheetContents*);
|
|
|