| Index: third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.h b/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.h
|
| index c65013d0944465cba8d7f767e00cf0313fc2480d..b6b5399a65bbab6b0230f3aca1cca51337e4a4f7 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.h
|
| @@ -16,7 +16,7 @@ namespace blink {
|
|
|
| class CSSValue;
|
|
|
| -class CSSParserFastPaths {
|
| +class CORE_EXPORT CSSParserFastPaths {
|
| STATIC_ONLY(CSSParserFastPaths);
|
| public:
|
| // Parses simple values like '10px' or 'green', but makes no guarantees
|
|
|