[Webkit-unassigned] [Bug 88538] [Qt][Win] Add missing includes to fix the build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 7 08:42:03 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=88538





--- Comment #2 from Csaba Osztrogonac <ossy at webkit.org>  2012-06-07 08:42:03 PST ---
MSVC Error log why we need this fix:

qwebframe.cpp
f:\WebKit\Source\WTF\wtf/PassRefPtr.h(52) : error C2027: use of undefined type '
WebCore::FormState'
        f:\webkit\source\webcore\loader\PolicyCallback.h(41) : see declaration o
f 'WebCore::FormState'
        f:\WebKit\Source\WTF\wtf/PassRefPtr.h(67) : see reference to function te
mplate instantiation 'void WTF::derefIfNotNull<T>(T *)' being compiled
        with
        [
            T=WebCore::FormState
        ]
        f:\WebKit\Source\WTF\wtf/PassRefPtr.h(67) : while compiling class templa
te member function 'WTF::PassRefPtr<T>::~PassRefPtr(void)'
        with
        [
            T=WebCore::FormState
        ]
        f:\WebKit\Source\WebKit\qt\WebCoreSupport\FrameLoaderClientQt.h(138) : s
ee reference to class template instantiation 'WTF::PassRefPtr<T>' being compiled

        with
        [
            T=WebCore::FormState
        ]
f:\WebKit\Source\WTF\wtf/PassRefPtr.h(52) : error C2227: left of '->deref' must

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list