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