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

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

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.h
diff --git a/webkit/plugins/ppapi/var_object_class.h b/webkit/plugins/ppapi/var_object_class.h
index bcee3cbc2137578fc0ff3a4640545f98bac87ae3..7e5ee41333299180eabceb9e7ebe6468128e3e52 100644
--- a/webkit/plugins/ppapi/var_object_class.h
+++ b/webkit/plugins/ppapi/var_object_class.h
@@ -33,6 +33,7 @@ class VarObjectClass : public Resource {
struct InstanceData : public NPObject {
InstanceData();
+ ~InstanceData();
scoped_refptr<VarObjectClass> object_class;
void* native_data;

Powered by Google App Engine
This is Rietveld 408576698