| Index: third_party/WebKit/Source/platform/fonts/FontFallbackList.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontFallbackList.h b/third_party/WebKit/Source/platform/fonts/FontFallbackList.h
|
| index 7eac4f8f3ff5ff09237a3153b6ef21879180ae92..bbcdd55d1908ce9350100545c631de7114663b33 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontFallbackList.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontFallbackList.h
|
| @@ -69,7 +69,7 @@ public:
|
|
|
| ~FontFallbackList() { releaseFontData(); }
|
| bool isValid() const;
|
| - void invalidate(PassRefPtrWillBeRawPtr<FontSelector>);
|
| + void invalidate(RawPtr<FontSelector>);
|
|
|
| bool loadingCustomFonts() const;
|
| bool shouldSkipDrawing() const;
|
| @@ -130,7 +130,7 @@ private:
|
| GlyphPages m_pages;
|
| GlyphPageTreeNodeBase* m_pageZero;
|
| mutable const SimpleFontData* m_cachedPrimarySimpleFontData;
|
| - RefPtrWillBePersistent<FontSelector> m_fontSelector;
|
| + Persistent<FontSelector> m_fontSelector;
|
| unsigned m_fontSelectorVersion;
|
| mutable int m_familyIndex;
|
| unsigned short m_generation;
|
|
|