WebKit2Gtk crashes when creating a WebView with g_object_new(WEBKIT_TYPE_WEB_VIEW, NULL). It happens because _WebViewBasePrivate is initialized with a call to RunLoop::main(), but it has never been initialized (as it's only initialized when we get a context, like the webkit_get_default_context() call). Initializing only the RunLoop causes other issue, so I realized that a full call to WebKit2Initialize should be made. Patch is coming next...
Created attachment 270858 [details] patch v1
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment on attachment 270858 [details] patch v1 Thanks!
Comment on attachment 270858 [details] patch v1 Clearing flags on attachment: 270858 Committed r196257: <http://trac.webkit.org/changeset/196257>
All reviewed patches have been landed. Closing bug.