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