[Webkit-unassigned] [Bug 53317] New: Space not necessary in feature define

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 28 11:49:30 PST 2011


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

           Summary: Space not necessary in feature define
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: psolanki at apple.com
                CC: ddkilzer at webkit.org


Following line in build-webkit defines feature as a space (" "). This can cause build failures in future.

408         return $feature . "=" . ($isEnabled ? $feature : " ");

We should remove the space.

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