[Webkit-unassigned] [Bug 53499] New: Remove global variable $httpdPath and replace with the return value of getHTTPDPath().

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 1 09:04:49 PST 2011


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

           Summary: Remove global variable $httpdPath and replace with the
                    return value of getHTTPDPath().
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sccameron at rim.com
                CC: dbates at webkit.org


There is a getHTTPDPath() function in httpd.pm that is only used once.
In other cases, a global $httpdPath variable is used.
I propose removing the global $httpdPath variable and using local calls to getHTTPDPath() instead.

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