Chromium Code Reviews| Index: third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp |
| diff --git a/third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp b/third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp |
| index 731eb0a4dac7093307d14a0ba770e814f89a9739..d8a150d59e30d9a7d763a4c2bf5c90334d32fbc5 100644 |
| --- a/third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp |
| +++ b/third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp |
| @@ -448,7 +448,7 @@ PassOwnPtr<FontPlatformData> FontCache::createFontPlatformData(const FontDescrip |
| } |
| } |
| - return result.release(); |
| + return result; |
| } |
| } // namespace blink |