[Webkit-unassigned] [Bug 26721] New: Pointer to incomplete class type is not allowed compilation error with RVCT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 25 07:22:00 PDT 2009


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

           Summary: Pointer to incomplete class type is not allowed
                    compilation error with RVCT
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laszlo.1.gombos at nokia.com


Building accessibility\accessibilityimagemaplink.cpp fails with the following
error (using the ARM RVCT compiler):

"WebKit\JavaScriptCore/wtf/PassRefPtr.h", line 43: Error:  #393: pointer to
incomplete class type is not allowed
          ALWAYS_INLINE ~PassRefPtr() { if (UNLIKELY(m_ptr != 0))
m_ptr->deref(); }
                                                                  ^
          detected during instantiation of "WTF::PassRefPtr<T>::~PassRefPtr()
[with T=WebCore::Event]"


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



More information about the webkit-unassigned mailing list