On Jul 22, 2011, at 2:16 AM, Shkrablyuk, Pavel wrote: > Is there really a reason to check for ‘isnan’ of integer values in > WebGLRenderingContext::viewport?
No.
If there is a need to handle non-numeric values in the JavaScript binding, then
that has to be done in the JavaScript binding machinery. Calling isnan on an
int does no good.
-- Darin
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

