| 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 0684def41af36d4a131c456b2748b73b1bbd2e8c..2742dfaf756bd253cb26615dd550e08d117371b9 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FontResource.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/FontResource.cpp
|
| @@ -173,12 +173,12 @@ void FontResource::allClientsAndObserversRemoved()
|
| Resource::allClientsAndObserversRemoved();
|
| }
|
|
|
| -void FontResource::checkNotify()
|
| +void FontResource::checkNotify(MarkFinishedOption markFinishedOption)
|
| {
|
| m_fontLoadShortLimitTimer.stop();
|
| m_fontLoadLongLimitTimer.stop();
|
|
|
| - Resource::checkNotify();
|
| + Resource::checkNotify(markFinishedOption);
|
| }
|
|
|
| } // namespace blink
|
|
|