| Index: Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index 4df42f3590ed4458f7bf27df79c4a8e60cbff7f0..bf47f926e4a834fe32bb517344a5ff816ad5cfac 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -101,6 +101,7 @@ static const CSSPropertyID staticComputableProperties[] = {
|
| CSSPropertyFontFamily,
|
| CSSPropertyFontKerning,
|
| CSSPropertyFontSize,
|
| + CSSPropertyFontSizeAdjust,
|
| CSSPropertyFontStretch,
|
| CSSPropertyFontStyle,
|
| CSSPropertyFontVariant,
|
|
|