[webkit-reviews] review requested: [Bug 61025] Speed up SVGSMILElement::findInstanceTime : [Attachment 100452] Fix for the out of index error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 12 02:13:05 PDT 2011


Renata Hodovan <reni at webkit.org> has asked  for review:
Bug 61025: Speed up SVGSMILElement::findInstanceTime
https://bugs.webkit.org/show_bug.cgi?id=61025

Attachment 100452: Fix for the out of index error
https://bugs.webkit.org/attachment.cgi?id=100452&action=review

------- Additional Comments from Renata Hodovan <reni at webkit.org>
while (list[indexOfResult] == list[indexOfResult + 1] && indexOfResult <
sizeOfList - 1)
This loop supposes that our list has at least two elements, so we have to check
it.


More information about the webkit-reviews mailing list