[Webkit-unassigned] [Bug 125000] New: [WebGL] Wrong condition order in the if statement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 28 23:16:26 PST 2013


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

           Summary: [WebGL] Wrong condition order in the if statement
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: p.szymanski3 at samsung.com


We should make a more efficient if statements. In this case bool variable should be checked before string comparison. Only in one case (first check) a string variable will be compare. After that a bool variable is set and string should not be compare again.

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