| Index: Source/core/testing/InternalSettings.h
|
| diff --git a/Source/core/testing/InternalSettings.h b/Source/core/testing/InternalSettings.h
|
| index a867d4d7a12878e53e8cdd1aac8541ec8be89101..d31717ff68cd7446a82a872ae89baae5fde3d053 100644
|
| --- a/Source/core/testing/InternalSettings.h
|
| +++ b/Source/core/testing/InternalSettings.h
|
| @@ -89,7 +89,7 @@ public:
|
| void hostDestroyed() { m_page = nullptr; }
|
| #endif
|
|
|
| - virtual ~InternalSettings();
|
| + ~InternalSettings() override;
|
| void resetToConsistentState();
|
|
|
| void setStandardFontFamily(const AtomicString& family, const String& script, ExceptionState&);
|
|
|