| Index: webkit/glue/plugins/gtk_plugin_container_manager.h
|
| diff --git a/webkit/glue/plugins/gtk_plugin_container_manager.h b/webkit/glue/plugins/gtk_plugin_container_manager.h
|
| index c33099dac292be9adf29f6f38e8e59c27a9ac3b2..7f7db8dd45025a6f26586e563314d0819a102574 100644
|
| --- a/webkit/glue/plugins/gtk_plugin_container_manager.h
|
| +++ b/webkit/glue/plugins/gtk_plugin_container_manager.h
|
| @@ -19,7 +19,8 @@ struct WebPluginGeometry;
|
| // Helper class that creates and manages plugin containers (GtkSocket).
|
| class GtkPluginContainerManager {
|
| public:
|
| - GtkPluginContainerManager() : host_widget_(NULL) { }
|
| + GtkPluginContainerManager();
|
| + ~GtkPluginContainerManager();
|
|
|
| // Sets the widget that will host the plugin containers. Must be a GtkFixed.
|
| void set_host_widget(GtkWidget *widget) { host_widget_ = widget; }
|
|
|