| Index: third_party/WebKit/Source/platform/fonts/mac/FontCacheMac.mm
|
| diff --git a/third_party/WebKit/Source/platform/fonts/mac/FontCacheMac.mm b/third_party/WebKit/Source/platform/fonts/mac/FontCacheMac.mm
|
| index ce91e405d01996c1586ca36bb2a7394e29551fcb..ad0cd397f39204d226601e29a28d3f00ae4a5571 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/mac/FontCacheMac.mm
|
| +++ b/third_party/WebKit/Source/platform/fonts/mac/FontCacheMac.mm
|
| @@ -241,7 +241,7 @@ PassRefPtr<SimpleFontData> FontCache::GetLastResortFallbackFont(
|
| GetFontData(font_description, times_str,
|
| AlternateFontName::kAllowAlternate, should_retain);
|
| if (simple_font_data)
|
| - return simple_font_data.Release();
|
| + return simple_font_data;
|
|
|
| // The Times fallback will almost always work, but in the highly unusual case
|
| // where the user doesn't have it, we fall back on Lucida Grande because
|
|
|