| 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 f019c49edd4110ad20896f75505b2a02a64e68c7..a6fc2b1737301326154a082dc52756b4870d0257 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(PassRefPtrWillBeRawPtr<FontSelector> fontSelector) const
|
| +void Font::update(RawPtr<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
|
|
|