| Index: Source/core/css/FontFace.h
|
| diff --git a/Source/core/css/FontFace.h b/Source/core/css/FontFace.h
|
| index 5449f170b3152f3d333ea10adfcebd53b2e17665..ea61a913489fe467c45d81ef8a0af89f07a99a1a 100644
|
| --- a/Source/core/css/FontFace.h
|
| +++ b/Source/core/css/FontFace.h
|
| @@ -109,7 +109,7 @@ public:
|
| void loadWithCallback(PassRefPtrWillBeRawPtr<LoadFontCallback>, ExecutionContext*);
|
|
|
| // ActiveDOMObject
|
| - virtual bool hasPendingActivity() const OVERRIDE;
|
| + virtual bool hasPendingActivity() const override;
|
|
|
| private:
|
| explicit FontFace(ExecutionContext*);
|
|
|