summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/gtk_plugin_container.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/plugins/gtk_plugin_container.cc')
-rw-r--r--webkit/glue/plugins/gtk_plugin_container.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/plugins/gtk_plugin_container.cc b/webkit/glue/plugins/gtk_plugin_container.cc
index c487fa0..c80bbf1 100644
--- a/webkit/glue/plugins/gtk_plugin_container.cc
+++ b/webkit/glue/plugins/gtk_plugin_container.cc
@@ -35,7 +35,7 @@ class GtkPluginContainer : public GtkSocket {
NULL, NULL,
static_cast<GClassInitFunc>(&ClassInit),
NULL, NULL,
- sizeof(GtkSocket), // We are identical to a GtkSocket.
+ sizeof(GtkPluginContainer),
0, &InstanceInit,
};
type = g_type_register_static(GTK_TYPE_SOCKET,