[Webkit-unassigned] [Bug 51873] [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 11 07:47:04 PST 2011


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





--- Comment #2 from Laszlo Gombos <laszlo.1.gombos at nokia.com>  2011-01-11 07:47:04 PST ---
There is a related problem introduced in http://trac.webkit.org/changeset/74775. Using declaration in WebCore/rendering/RenderInline.h seems to be ignored by RVCT, which results in the following build error:

   "Y:\webkit\Source\WebCore\rendering\RenderInline.cpp", line 245: Error:  #410
-D: protected function "WebCore::RenderBoxModelObject::setContinuation" is not a
ccessible through a "WebCore::RenderBlock" pointer or object
         middleBlock->setContinuation(clone);
                      ^
   Y:\webkit\Source\WebCore\rendering\RenderInline.cpp: 0 warnings, 1 error

Temporary workaround is to make setContinuation() public in RenderBoxModelObject.h.

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