On 2010-02-25 at 11:12:03 [+0100], Hui Tang <[email protected]> wrote: > Hi, all > > I want to cut Qt Webkit, and I add "USE_SYSTEM_MALLOC=1 ENABLE_SVG=0" to > Qt webkit project file.
[...] > JSHTMLFrameElement.cpp > generated\JSHTMLFrameElement.cpp(352) : error C2039: 'getSVGDocument' : is > not > member of 'WebCore::HTMLFrameElement' > html\HTMLFrameElement.h(31) : see declaration of > 'WebCore::HTMLFrameEle [...] > Does anyone know why is this error happened? AFAIK, the ENABLE_SVG #define is simply not checked everywhere. So effectivle a build without this flag is broken ATM. Best regards, -Stephan _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
