[Webkit-unassigned] [Bug 51873] New: [Symbian] RVCT fails to compile [U|I]nt[8|16|32]Array.h
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 4 07:51:36 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=51873
Summary: [Symbian] RVCT fails to compile
[U|I]nt[8|16|32]Array.h
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: S60 3rd edition
Status: NEW
Keywords: Qt, QtTriaged
Severity: Normal
Priority: P3
Component: Platform
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: laszlo.1.gombos at nokia.com
CC: hausmann at webkit.org, laszlo.1.gombos at nokia.com,
keith.kyzivat at nokia.com
compile : WebCore\bindings\js\JSDOMWindowCustom.cpp
"Y:/webkit/WebCore/html/canvas/Int16Array.h", line 41: Error: #1001: class member designated by a using-declaration must be visible in a direct base class
using TypedArrayBase<short>::set;
^
"Y:/webkit/WebCore/html/canvas/Int8Array.h", line 42: Error: #1001: class member designated by a using-declaration must be visible in a direct base class
using TypedArrayBase<signed char>::set;
^
"Y:/webkit/WebCore/html/canvas/Uint16Array.h", line 42: Error: #1001: class member designated by a using-declaration must be visible in a direct base class
using TypedArrayBase<unsigned short>::set;
^
"Y:/webkit/WebCore/html/canvas/Uint32Array.h", line 42: Error: #1001: class member designated by a using-declaration must be visible in a direct base class
using TypedArrayBase<unsigned int>::set;
^
Change introduced by bug 47187 (http://trac.webkit.org/changeset/69122) is probably not a solution and it might have to be reverted. At the moment BLOB and 3D_CANVAS are the only two features that require compilation of these files so disabling these features are a temporary workaround. However it is expected that more and more WebCore feature will rely on these files.
--
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