| Index: third_party/WebKit/Source/core/css/CSSFontFace.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSFontFace.cpp b/third_party/WebKit/Source/core/css/CSSFontFace.cpp
|
| index 6e82893133d2545b43d9585fe3aec03d4624bac8..6553a8f9638911d787dfdbde796c7afefea625af 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSFontFace.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSFontFace.cpp
|
| @@ -101,7 +101,7 @@ PassRefPtr<SimpleFontData> CSSFontFace::GetFontData(
|
| SetLoadStatus(FontFace::kLoading);
|
| if (LoadStatus() == FontFace::kLoading && source->IsLoaded())
|
| SetLoadStatus(FontFace::kLoaded);
|
| - return result.Release();
|
| + return result;
|
| }
|
| sources_.pop_front();
|
| }
|
|
|