| Index: Source/platform/fonts/Font.h
|
| diff --git a/Source/platform/fonts/Font.h b/Source/platform/fonts/Font.h
|
| index 0ae0397e7b77a374f7f2f6ae2f33893f5e94c599..779abed510526647e5e270916be5ed0760967ba2 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;
|
|
|