[webkit-dev] Inspector under windows

Brent Fulgham bfulgham at gmail.com
Thu Dec 11 20:03:58 PST 2008


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


More information about the webkit-dev mailing list