| Index: third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp
|
| index 44b14a3ca8ae24198d3a5f95d5219045ed214791..80b9eb6a98167a19bec47753ebc26d0fc6e8c6e1 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp
|
| @@ -722,7 +722,7 @@ PassRefPtr<ShapeResult> HarfBuzzShaper::Shape(const Font* font,
|
| }
|
| #endif
|
|
|
| - return result.Release();
|
| + return result;
|
| }
|
|
|
| PassRefPtr<ShapeResult> HarfBuzzShaper::Shape(const Font* font,
|
|
|