| Index: Source/core/css/FontFace.h
|
| diff --git a/Source/core/css/FontFace.h b/Source/core/css/FontFace.h
|
| index 23fd4b20372793b535db615a0d9200717b73c63e..a96852fce7ca878a9d5dfdf62c5c1d2d6772b2d3 100644
|
| --- a/Source/core/css/FontFace.h
|
| +++ b/Source/core/css/FontFace.h
|
| @@ -110,7 +110,7 @@ public:
|
| void loadWithCallback(PassRefPtrWillBeRawPtr<LoadFontCallback>, ExecutionContext*);
|
|
|
| // ActiveDOMObject
|
| - virtual bool hasPendingActivity() const override;
|
| + bool hasPendingActivity() const override;
|
|
|
| private:
|
| static PassRefPtrWillBeRawPtr<FontFace> create(ExecutionContext*, const AtomicString& family, PassRefPtr<DOMArrayBuffer> source, const FontFaceDescriptors&);
|
|
|