| 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 be7f09549cee900ffba68def498c556ec0fef8bd..652eaba77d50c27fcb4d6c28b55b7b3ae70d5d39 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontFallbackList.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontFallbackList.h
|
| @@ -68,7 +68,7 @@ public:
|
|
|
| ~FontFallbackList() { releaseFontData(); }
|
| bool isValid() const;
|
| - void invalidate(RawPtr<FontSelector>);
|
| + void invalidate(FontSelector*);
|
|
|
| bool loadingCustomFonts() const;
|
| bool shouldSkipDrawing() const;
|
|
|