| Index: third_party/WebKit/Source/core/fetch/FontResource.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/FontResource.cpp b/third_party/WebKit/Source/core/fetch/FontResource.cpp
|
| index 54a173f3deaeccc1dad10660d14b263a17859a6f..7a333576a0ef6ee01c4b9d653601a1efa85750ed 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FontResource.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/FontResource.cpp
|
| @@ -147,7 +147,7 @@ bool FontResource::ensureCustomFontData()
|
| recordPackageFormatHistogram(PackageFormatUnknown);
|
| }
|
| }
|
| - return m_fontData;
|
| + return m_fontData.get();
|
| }
|
|
|
| FontPlatformData FontResource::platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation orientation)
|
|
|