| Index: Source/core/css/parser/CSSPropertyParser.h
|
| diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h
|
| index 9fbfea5ff9867df85c31a4c088752be2e7662692..57b2e439f744db791f49b57fdaf96161a8db4c57 100644
|
| --- a/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -189,6 +189,7 @@ private:
|
| bool parseFontSize(bool important);
|
| bool parseFontVariant(bool important);
|
| bool parseFontWeight(bool important);
|
| + bool parseFontStretch(bool important);
|
| bool parseFontFaceSrc();
|
| bool parseFontFaceUnicodeRange();
|
|
|
|
|