| Index: third_party/WebKit/Source/core/fetch/FontResource.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/FontResource.h b/third_party/WebKit/Source/core/fetch/FontResource.h
|
| index ce8fa83bb051f6ea149a913ccd01e6e9b24f3f0b..970e9a693aa9c756833df245ce4cb1185c35f396 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FontResource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/FontResource.h
|
| @@ -78,6 +78,7 @@ private:
|
| void checkNotify() override;
|
| void fontLoadShortLimitCallback(Timer<FontResource>*);
|
| void fontLoadLongLimitCallback(Timer<FontResource>*);
|
| + void destroyDecodedDataIfPossible() override;
|
|
|
| bool isSafeToUnlock() const override;
|
|
|
|
|