Index: Source/WebKit/chromium/src/WebFontImpl.h |
diff --git a/Source/WebKit/chromium/src/WebFontImpl.h b/Source/WebKit/chromium/src/WebFontImpl.h |
index 66bc544e41ed6640dba2872748d9ae44008184d1..aba6f6ce1d969eb82aada03d6f85fe41b3d6b185 100644 |
--- a/Source/WebKit/chromium/src/WebFontImpl.h |
+++ b/Source/WebKit/chromium/src/WebFontImpl.h |
@@ -40,7 +40,7 @@ namespace WebKit { |
class WebFontImpl : public WebFont { |
public: |
- WebFontImpl(const WebCore::FontDescription&, short letterSpacing, short wordSpacing); |
+ WebFontImpl(const WebCore::FontDescription&, float letterSpacing, float wordSpacing); |
virtual WebFontDescription fontDescription() const; |