[Webkit-unassigned] [Bug 119432] New: Remove redundant call of argsList->current() from loops in CSSParser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 1 23:39:53 PDT 2013


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

           Summary: Remove redundant call of argsList->current() from
                    loops in CSSParser
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bw80.lee at samsung.com


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.

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