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

Unified Diff: webkit/glue/plugins/pepper_class.h

Issue 5794003: Deinline even more destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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 | « net/url_request/url_request_ftp_job.cc ('k') | webkit/glue/plugins/pepper_plugin_object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/pepper_class.h
diff --git a/webkit/glue/plugins/pepper_class.h b/webkit/glue/plugins/pepper_class.h
index 35bd2c424b34b9771586eecbd1692581e0ca1654..b2365a2c0be2ee986e68e1b7cf3515f00a7d08ce 100644
--- a/webkit/glue/plugins/pepper_class.h
+++ b/webkit/glue/plugins/pepper_class.h
@@ -40,7 +40,7 @@ class VarObjectClass : public Resource {
virtual ~VarObjectClass();
// Resource override.
- virtual VarObjectClass* AsVarObjectClass() { return this; }
+ virtual VarObjectClass* AsVarObjectClass();
const PropertyMap &properties() const { return properties_; }
« no previous file with comments | « net/url_request/url_request_ftp_job.cc ('k') | webkit/glue/plugins/pepper_plugin_object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698