[Webkit-unassigned] [Bug 29106] New: [Qt] make CachedResourceHandle.h compile in winscw Symbian compiler.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 9 14:45:51 PDT 2009


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

           Summary: [Qt] make CachedResourceHandle.h compile in winscw
                    Symbian compiler.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: S60 Emulator
        OS/Version: S60 3rd edition
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yongjun.zhang at nokia.com


In Winscw compiler, when CachedResourceHandle<T> is used as a class member, 
the compiler will aggressively resolve the inheritance of R* when constructor
CachedResourceHandle(R* res) is inlined, which means the class definition of T
must come before CachedResourceHandle<T> and the header file of class T must be
included wherever CachedResourceHandler<T> is defined.

To avoid unnecessary inclusion of header files, the right workaround would be
removing inline for CacheResourceHandler<T>(R*) in winscw compiler, while keep
it inline for other compilers to avoid performance penalty.

-- 
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