| 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 d02502a07bb261cb10b95e550717ac777ff09803..101df433d22dc38d30111d1127b1f1aafce62654 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParser.h
|
| @@ -36,7 +36,8 @@ class CORE_EXPORT CSSParser {
|
| const String&);
|
| static void parseSheet(const CSSParserContext&,
|
| StyleSheetContents*,
|
| - const String&);
|
| + const String&,
|
| + bool deferPropertyParsing = false);
|
| static CSSSelectorList parseSelector(const CSSParserContext&,
|
| StyleSheetContents*,
|
| const String&);
|
|
|