Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3719)

Unified Diff: Source/core/testing/InternalSettings.h

Issue 1232333002: Fix virtual/override/final usage in the rest of Source/core/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&);
« no previous file with comments | « Source/core/plugins/testing/DocumentFragmentPluginPlaceholder.h ('k') | Source/core/testing/InternalSettings.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698