<p dir="ltr">Hi,<br>
I am trying to create web view object through npapi plugin.<br>
I am using webkit2 in this plugin will run as a separate process.<br>
When i am trying to run my plugin in my ubuntu pc i am getting below error message.<br>
When i  call webkit_web_view_new() api getting below error and return value is NULL.</p>
<p dir="ltr">(Plugin-container:2037): GLib-GObject-Warning **specified instance size for type &#39;WebKitWebView&#39; is smaller than the parent type&#39;s &#39;GtkContainer&#39; instance size<br>
(Plugin-container:2037): GLib-GObject-Critical **g_type_add_interface_static: assertion &#39;G_TYPE_IS_INSTANTIATABLE (instance_type)&#39; is failed<br>
(Plugin-container:2037): GLib-CRITAL **g_once_init_level: assertion &#39;result != 0&#39; failed.</p>
<p dir="ltr">Please help me why i am getting above error message.</p>
<p dir="ltr">My observation: In case of webkit2 and plugin as a part of webkitwebprocess able to create view properly.<br></p>
<p dir="ltr">Regards<br>
Prashanth kumar</p>