Index: Source/platform/fonts/Font.h |
diff --git a/Source/platform/fonts/Font.h b/Source/platform/fonts/Font.h |
index 81da4d7691ac29353698ef700eecdea4a232e550..c9e659927f1bba196b05b3adf0667fa7e20caccb 100644 |
--- a/Source/platform/fonts/Font.h |
+++ b/Source/platform/fonts/Font.h |
@@ -89,7 +89,7 @@ |
const FontDescription& fontDescription() const { return m_fontDescription; } |
- void update(PassRefPtrWillBeRawPtr<FontSelector>) const; |
+ void update(PassRefPtr<FontSelector>) const; |
enum CustomFontNotReadyAction { DoNotPaintIfFontNotReady, UseFallbackIfFontNotReady }; |
void drawText(GraphicsContext*, const TextRunPaintInfo&, const FloatPoint&, CustomFontNotReadyAction = DoNotPaintIfFontNotReady) const; |