[Webkit-unassigned] [Bug 47187] New: [Qt] Fix breakage in RVCT 2.2 compile

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 5 09:43:07 PDT 2010


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

           Summary: [Qt] Fix breakage in RVCT 2.2 compile
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: S60 Hardware
        OS/Version: S60 3rd edition
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: keith.kyzivat at nokia.com


RVCT 2.2 build results in errors resolving the namespace of some classes during the build process:

"html/canvas/Int32Array.h", line 40: Error:  #1001: class member designated by a using-declaration must be visible in a direct base class
      using TypedArrayBase<int>::set;
            ^
"html/canvas/Uint8Array.h", line 42: Error:  #1001: class member designated by a using-declaration must be visible in a direct base class
      using TypedArrayBase<unsigned char>::set;
            ^

For RVCT2.2, the using clause is unneeded, and can be omitted.

This bug is fully reproduceable 100% of the time.
A Test case cannot be made for this since this is a build-related issue.

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