| 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 e15b17a482abaa4c6c969540c070b723bfbdbb84..7a71c8c7fa7725b11af409874e39c97df59c3666 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParser.h
|
| @@ -31,7 +31,7 @@ class CORE_EXPORT CSSParser {
|
| public:
|
| // As well as regular rules, allows @import and @namespace but not @charset
|
| static StyleRuleBase* parseRule(const CSSParserContext&, StyleSheetContents*, const String&);
|
| - static void parseSheet(const CSSParserContext&, StyleSheetContents*, const String&);
|
| + static void parseSheet(const CSSParserContext&, StyleSheetContents*, const String&, bool deferPropertyParsing = false);
|
| static CSSSelectorList parseSelector(const CSSParserContext&, StyleSheetContents*, const String&);
|
| static CSSSelectorList parsePageSelector(const CSSParserContext&, StyleSheetContents*, const String&);
|
| static bool parseDeclarationList(const CSSParserContext&, MutableStylePropertySet*, const String&);
|
|
|