[Webkit-unassigned] [Bug 129486] Implement Math.hypot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 1 16:01:43 PST 2014


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





--- Comment #3 from Darin Adler <darin at apple.com>  2014-03-01 15:58:47 PST ---
(From update of attachment 225476)
View in context: https://bugs.webkit.org/attachment.cgi?id=225476&action=review

>> Source/JavaScriptCore/runtime/MathObject.cpp:189
>> +    for (unsigned k = 0; k < argsCount; ++k) {
> 
> Why "k" when we use "-" everywhere else?

I meant: Why "k" when we use "i" elsewhere in WebKit code for 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