Index: third_party/WebKit/Source/platform/fonts/Font.cpp |
diff --git a/third_party/WebKit/Source/platform/fonts/Font.cpp b/third_party/WebKit/Source/platform/fonts/Font.cpp |
index a6fc2b1737301326154a082dc52756b4870d0257..a2ecac9ebf48c3b793a8caf1490c85344e87db59 100644 |
--- a/third_party/WebKit/Source/platform/fonts/Font.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/Font.cpp |
@@ -95,7 +95,7 @@ bool Font::operator==(const Font& other) const |
&& (m_fontFallbackList ? m_fontFallbackList->generation() : 0) == (other.m_fontFallbackList ? other.m_fontFallbackList->generation() : 0); |
} |
-void Font::update(RawPtr<FontSelector> fontSelector) const |
+void Font::update(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 |