On Dec 11, 2008, at 7:38 PM, webkit webkit wrote:

Hi, I have built webkit under windows, while when I start winlaucher then right click it to choose Inspect Element, only get a window showing the source code of html. I traced it to InspectorController.cpp, at setWindowVisible():

if( !m_scriptContext || !m_scriptObject)
    return;

The condition is always false, so I seek for help how to ture it true.

PS: The initial running winlaucher caused segfault in CF**.dll, so I did a workaround to always use wintheme instead of safaritheme by hardcode :)

You probably did not copy the SafariTheme.resource folder to the location where the binary is running.

-Brent
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to