[webkit-gtk] webkit gtk webinspector

zhen ye gan zy_gan at msn.com
Tue Dec 6 08:04:38 PST 2011


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
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-gtk/attachments/20111207/9448a9e8/attachment.html>


More information about the webkit-gtk mailing list