| 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 061af596c2858305ea5c8dcc3b959cb1a5ddc960..68d9b37d6bb8633adb95a19068b6a667b23de080 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FontResource.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/FontResource.cpp
|
| @@ -181,4 +181,9 @@ void FontResource::checkNotify()
|
| Resource::checkNotify();
|
| }
|
|
|
| +void FontResource::destroyDecodedDataIfPossible()
|
| +{
|
| + m_fontData.reset();
|
| +}
|
| +
|
| } // namespace blink
|
|
|