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

Unified Diff: webkit/plugins/npapi/test/plugin_npobject_lifetime_test.h

Issue 7064033: Virtual destructors should have virtual keyword. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 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 | « webkit/glue/weburlloader_impl.h ('k') | webkit/plugins/npapi/test/plugin_thread_async_call_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/test/plugin_npobject_lifetime_test.h
diff --git a/webkit/plugins/npapi/test/plugin_npobject_lifetime_test.h b/webkit/plugins/npapi/test/plugin_npobject_lifetime_test.h
index 12cf4e2f49d3b3f2d1f6d2d6a1a2d4a86a1d3ab4..8365b9b3fc6e29c3aaf9ec7109bf675e86cdd83d 100644
--- a/webkit/plugins/npapi/test/plugin_npobject_lifetime_test.h
+++ b/webkit/plugins/npapi/test/plugin_npobject_lifetime_test.h
@@ -41,7 +41,7 @@ class NPObjectLifetimeTestInstance2 : public PluginTest {
public:
// Constructor.
NPObjectLifetimeTestInstance2(NPP id, NPNetscapeFuncs *host_functions);
- ~NPObjectLifetimeTestInstance2();
+ virtual ~NPObjectLifetimeTestInstance2();
// NPAPI SetWindow handler.
virtual NPError SetWindow(NPWindow* pNPWindow);
@@ -58,7 +58,7 @@ class NPObjectDeletePluginInNPN_Evaluate : public PluginTest {
public:
// Constructor.
NPObjectDeletePluginInNPN_Evaluate(NPP id, NPNetscapeFuncs *host_functions);
- ~NPObjectDeletePluginInNPN_Evaluate();
+ virtual ~NPObjectDeletePluginInNPN_Evaluate();
// NPAPI SetWindow handler.
virtual NPError SetWindow(NPWindow* pNPWindow);
« no previous file with comments | « webkit/glue/weburlloader_impl.h ('k') | webkit/plugins/npapi/test/plugin_thread_async_call_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698