RESOLVED FIXED 119432
Remove redundant call of argsList->current() from loops in CSSParser
https://bugs.webkit.org/show_bug.cgi?id=119432
Summary Remove redundant call of argsList->current() from loops in CSSParser
Byungwoo Lee
Reported 2013-08-01 23:39:37 PDT
while loops in CSSParser call argList->current() function at the start of each iteration, but this is redundant because argsList->next() at the end of the iteration calls the argList->current() and returns the result.
Attachments
Patch (3.61 KB, patch)
2013-08-01 23:47 PDT, Byungwoo Lee
no flags
Byungwoo Lee
Comment 1 2013-08-01 23:40:35 PDT
Byungwoo Lee
Comment 2 2013-08-01 23:47:33 PDT
Chris Dumez
Comment 3 2013-08-02 00:01:57 PDT
Comment on attachment 207986 [details] Patch Ok, r=me.
WebKit Commit Bot
Comment 4 2013-08-02 03:47:50 PDT
Comment on attachment 207986 [details] Patch Clearing flags on attachment: 207986 Committed r153643: <http://trac.webkit.org/changeset/153643>
WebKit Commit Bot
Comment 5 2013-08-02 03:47:53 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.