[webkit-gtk] webkit gtk webinspector
Marco Peereboom
slash at peereboom.us
Wed Dec 7 07:47:53 PST 2011
Oops the last email I sent was not sent to the correct person. Please
disregard and sorry for the noise.
On Wed, Dec 07, 2011 at 01:04:38AM +0900, zhen ye gan wrote:
> Hi,
> I've compiled a webkit gtk with the stable release code from webkitgtk+
> (webkit-1.6.1) on Ubuntu 11.10.
> I launched the GtkLauncher with --enable-developer-extras=true, but when i
> clicked on the inspect element button, nothing came out.
> I think it's because of InspectorClientGtk.cpp where g_signal_emit_by_name
> returned NULL to the inspectorWebView.
> WebKitWebView* inspectorWebView = 0;
> g_signal_emit_by_name(webInspector, "inspect-web-view",
> m_inspectedWebView, &inspectorWebView);
> if (!inspectorWebView) {
> g_object_unref(webInspector);
> return;
> }
> My question is why does it return a null value and how do i solve it?
> Thanks,
> zy
> _______________________________________________
> webkit-gtk mailing list
> webkit-gtk at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
More information about the webkit-gtk
mailing list