[Webkit-unassigned] [Bug 33222] Make text decoders and resource loaders read from segmented SharedBuffer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 6 10:04:16 PST 2010


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





--- Comment #13 from Yong Li <yong.li.webkit at gmail.com>  2010-01-06 10:04:16 PST ---
(In reply to comment #12)
> (From update of attachment 45966 [details])
> > +        didReceiveData(segment, static_cast<int>(length), offset, false);
> 
> Why is this cast needed? I think it's not helpful with any compiler.
> 
> r=me

MVSC can give warning for unsigned->int conversion. But seems they have turned
this warning off by default. don't know if any other compiler will complain
this.

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