[Webkit-unassigned] [Bug 67570] New: REGRESSION (r86268): Fix for qt_networkAccessAllowed()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 3 18:38:36 PDT 2011


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

           Summary: REGRESSION (r86268): Fix for qt_networkAccessAllowed()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Qt, Regression
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laszlo.1.gombos at nokia.com
                CC: kenneth at webkit.org, noam.rosenthal at nokia.com


r86268 changed the USE(QT_BEARER) guard to ENABLE(QT_BEARER) - not consistently but only in one place. This seems an irrelevant change and made the guarded code never execute.

QT_BEARER was introduced to manage BearerManager library dependency in Qt 4.6 however Qt 4.6 is no longer supported on trunk (see 81553), so this could be replaced by the existing QT_NO_BEARERMANAGEMENT QtNetwork guard.

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