Thanks a lot! I only search bug reports associated to s60 branch before. I will post my patch to s60 branch when done the work around.g
-----邮件原件----- 发件人: Adam Roben [mailto:[EMAIL PROTECTED] 发送时间: 2008年1月22日 22:49 收件人: ledwinka 抄送: [email protected] 主题: Re: [webkit-dev] bit field error on wince On Jan 22, 2008, at 1:35 AM, ledwinka wrote: > this problem is the ASR instruction. If _effectiveDisplay contain a > value > big than 0x0f, such as 0x1x, the ASR instruction will cause the high > bits > fill with 1 , for example, if _effectiveDisplay equal EDisplay::NONE > or > EDisplay::INLINEBOX, EDisplay dis will EQUALS -14 or -13, not a valid > value. > > How to solve this problem? thanks a lot! Oliver Hunt has already fixed this problem in a few places in WebCore. For one example, see <http://trac.webkit.org/projects/webkit/changeset/25329/trunk/WebCore/dom/No de.h >. Something similar will probably work here. Filing a bug and posting a patch on <http://bugs.webkit.org/> would be much appreciated! -Adam _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

