| Index: Source/core/rendering/RenderTheme.h | 
| diff --git a/Source/core/rendering/RenderTheme.h b/Source/core/rendering/RenderTheme.h | 
| index d95d308e60154b27964d1e9ec3dfb63190058f03..2a5b1cfea2034163a86a72d44e414ec3e968249f 100644 | 
| --- a/Source/core/rendering/RenderTheme.h | 
| +++ b/Source/core/rendering/RenderTheme.h | 
| @@ -161,8 +161,8 @@ public: | 
| virtual double caretBlinkInterval() const { return 0.5; } | 
|  | 
| // System fonts and colors for CSS. | 
| -    virtual void systemFont(int cssValueId, FontDescription&) const = 0; | 
| -    virtual Color systemColor(int cssValueId) const; | 
| +    virtual void systemFont(CSSValueID, FontDescription&) const = 0; | 
| +    virtual Color systemColor(CSSValueID) const; | 
|  | 
| virtual int minimumMenuListSize(RenderStyle*) const { return 0; } | 
|  | 
|  |