| 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 c0b615f73b8a3e6b02bb7dd802aeb09bc09f2c2f..df1c5cd29060d3605fd8188256b0b38720f4181d 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FontResource.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/FontResource.cpp
|
| @@ -140,11 +140,6 @@ FontPlatformData FontResource::platformDataFromCustomData(float size, bool bold,
|
| return m_fontData->fontPlatformData(size, bold, italic, orientation);
|
| }
|
|
|
| -bool FontResource::isSafeToUnlock() const
|
| -{
|
| - return data()->hasOneRef();
|
| -}
|
| -
|
| void FontResource::fontLoadShortLimitCallback(TimerBase*)
|
| {
|
| if (!isLoading())
|
|
|