Index: Source/core/animation/css/CSSPropertyAnimation.cpp |
diff --git a/Source/core/animation/css/CSSPropertyAnimation.cpp b/Source/core/animation/css/CSSPropertyAnimation.cpp |
index bfc088529671aba75126f85564f7afa305f7b5ff..e2544e1e8f1280f06b432a1b51fa55825e9f8822 100644 |
--- a/Source/core/animation/css/CSSPropertyAnimation.cpp |
+++ b/Source/core/animation/css/CSSPropertyAnimation.cpp |
@@ -500,6 +500,7 @@ void CSSPropertyAnimation::ensurePropertyMap() |
// FIXME: Should we introduce an option to pass the computed font size here, allowing consumers to |
// enable text zoom rather than Text Autosizing? See http://crbug.com/227545. |
&RenderStyle::specifiedFontSize)); |
+ gPropertyWrappers->append(new PropertyWrapper<FontWeight>(CSSPropertyFontWeight, &RenderStyle::fontWeight)); |
gPropertyWrappers->append(new PropertyWrapper<unsigned short>(CSSPropertyWebkitColumnRuleWidth, &RenderStyle::columnRuleWidth)); |
gPropertyWrappers->append(new PropertyWrapper<float>(CSSPropertyWebkitColumnGap, &RenderStyle::columnGap)); |
gPropertyWrappers->append(new PropertyWrapper<unsigned short>(CSSPropertyWebkitColumnCount, &RenderStyle::columnCount)); |