[Webkit-unassigned] [Bug 55772] JavaParameter should be removed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 4 07:38:23 PST 2011


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





--- Comment #2 from Andrei Popescu <andreip at google.com>  2011-03-04 07:38:23 PST ---
LGTM with a minor nit

> 64: for (int i = 0; i < numParameters; i++)

Here 'i' is an int.

> 123: for (unsigned int i = 0; i < m_parameters.size(); i++)

Here 'i' is an unsigned.

Maybe make this consistent?

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