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

Unified Diff: webkit/plugins/ppapi/var_object_class.cc

Issue 6366019: Part 1 of repairing regressions to my old clang check plugins so Nico can (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove Nico's changes that I patched in for testing. Created 9 years, 11 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: webkit/plugins/ppapi/var_object_class.cc
diff --git a/webkit/plugins/ppapi/var_object_class.cc b/webkit/plugins/ppapi/var_object_class.cc
index d59f3447734a1b0ff277def339e939403993f99f..5e61514b37337fe56efbaa27ec2721f16ad9548b 100644
--- a/webkit/plugins/ppapi/var_object_class.cc
+++ b/webkit/plugins/ppapi/var_object_class.cc
@@ -252,6 +252,8 @@ VarObjectClass::Property::Property(const PP_ClassProperty& prop)
VarObjectClass::InstanceData::InstanceData() : native_data(NULL) {
}
+VarObjectClass::InstanceData::~InstanceData() {}
+
VarObjectClass::VarObjectClass(PluginInstance* instance,
PP_ClassDestructor destruct,
PP_ClassFunction invoke,
« chrome/service/remoting/chromoting_host_manager.h ('K') | « webkit/plugins/ppapi/var_object_class.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698