| Index: third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.cpp b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.cpp
|
| index 1a4941ea9b283975f0ff1ebfe24cac711bcd1c12..c10e111b0c47eb36a0b96fa794493041d8e5ff68 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.cpp
|
| @@ -27,7 +27,7 @@ PassRefPtr<const ShapeResult> CachingWordShapeIterator::ShapeWordWithoutSpacing(
|
| if (cache_entry)
|
| cache_entry->shape_result_ = shape_result;
|
|
|
| - return shape_result.Release();
|
| + return shape_result;
|
| }
|
|
|
| } // namespace blink
|
|
|