[Webkit-unassigned] [Bug 33178] Segmented SharedBuffer: SharedBuffer doesn't have to be a flat memory block

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 5 08:46:32 PST 2010


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





--- Comment #26 from Yong Li <yong.li.webkit at gmail.com>  2010-01-05 08:46:31 PST ---
(In reply to comment #25)
> It seems clear to me that we should change the type of the argument to
> SharedBuffer::append to unsigned. That will affect more files than this, but we
> don't want all these typecasts.
> 
> I am very surprised you need that cast to int, though.

I was worried about having more warning by changing the type of the argument.
but just realized that int->unsigned won't give warning. will do that way

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