| Index: Source/core/rendering/style/RenderStyle.h | 
| diff --git a/Source/core/rendering/style/RenderStyle.h b/Source/core/rendering/style/RenderStyle.h | 
| index d3c59cef07dd20da1de97a9f65e16c4d235e6b58..0fd3ce98e36e16153eb037a5ec7c3c7ba7b19003 100644 | 
| --- a/Source/core/rendering/style/RenderStyle.h | 
| +++ b/Source/core/rendering/style/RenderStyle.h | 
| @@ -560,6 +560,7 @@ public: | 
| float specifiedFontSize() const; | 
| float computedFontSize() const; | 
| int fontSize() const; | 
| +    FontWeight fontWeight() const; | 
|  | 
| float textAutosizingMultiplier() const { return visual->m_textAutosizingMultiplier; } | 
|  | 
| @@ -1087,6 +1088,7 @@ public: | 
| bool setFontDescription(const FontDescription&); | 
| // Only used for blending font sizes when animating and for text autosizing. | 
| void setFontSize(float); | 
| +    void setFontWeight(FontWeight); | 
|  | 
| void setTextAutosizingMultiplier(float v) | 
| { | 
|  |