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

Unified Diff: Source/core/plugins/testing/DictionaryPluginPlaceholder.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
« no previous file with comments | « Source/core/plugins/PluginView.h ('k') | Source/core/plugins/testing/DocumentFragmentPluginPlaceholder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/plugins/testing/DictionaryPluginPlaceholder.h
diff --git a/Source/core/plugins/testing/DictionaryPluginPlaceholder.h b/Source/core/plugins/testing/DictionaryPluginPlaceholder.h
index 10b5da32f92703fa82d0a35e2a8e7b1049bf41bf..60ba5046ecb46d19f8f087ca7ff13a6df3a84050 100644
--- a/Source/core/plugins/testing/DictionaryPluginPlaceholder.h
+++ b/Source/core/plugins/testing/DictionaryPluginPlaceholder.h
@@ -30,11 +30,11 @@ public:
}
#if !ENABLE(OILPAN)
- virtual ~DictionaryPluginPlaceholder() override { }
+ ~DictionaryPluginPlaceholder() override { }
#endif
DEFINE_INLINE_VIRTUAL_TRACE() { visitor->trace(m_pluginPlaceholderElement); }
- virtual void loadIntoContainer(ContainerNode& container) override
+ void loadIntoContainer(ContainerNode& container) override
{
container.removeChildren();
container.appendChild(m_pluginPlaceholderElement, ASSERT_NO_EXCEPTION);
« no previous file with comments | « Source/core/plugins/PluginView.h ('k') | Source/core/plugins/testing/DocumentFragmentPluginPlaceholder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698