| 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 72f28729bbe1c0cae5b0b59d8b7ce7b2c68fa672..2483a03c77e44a0fce30916cab3b1b527573f980 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FontResource.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/FontResource.cpp
|
| @@ -169,7 +169,7 @@ void FontResource::fontLoadLongLimitCallback(Timer<FontResource>*)
|
|
|
| void FontResource::allClientsAndObserversRemoved()
|
| {
|
| - m_fontData.clear();
|
| + m_fontData.reset();
|
| Resource::allClientsAndObserversRemoved();
|
| }
|
|
|
|
|