Index: Source/platform/fonts/Font.cpp |
diff --git a/Source/platform/fonts/Font.cpp b/Source/platform/fonts/Font.cpp |
index 1521b93448c8574310ce02fb430dfe16f586b904..b6046a0e71887ab313030a95ee2953db75f36e7c 100644 |
--- a/Source/platform/fonts/Font.cpp |
+++ b/Source/platform/fonts/Font.cpp |
@@ -90,7 +90,7 @@ |
&& (m_fontFallbackList ? m_fontFallbackList->generation() : 0) == (other.m_fontFallbackList ? other.m_fontFallbackList->generation() : 0); |
} |
-void Font::update(PassRefPtrWillBeRawPtr<FontSelector> fontSelector) const |
+void Font::update(PassRefPtr<FontSelector> fontSelector) const |
{ |
// FIXME: It is pretty crazy that we are willing to just poke into a RefPtr, but it ends up |
// being reasonably safe (because inherited fonts in the render tree pick up the new |