[Webkit-unassigned] [Bug 87861] New: [BlackBerry] Minor string conversion bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 30 09:17:44 PDT 2012


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

           Summary: [BlackBerry] Minor string conversion bug
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jmason at rim.com


In NetworkJob:

username is a WTF::String.  ResourceHandleInternal::m_user is a string.  Yet they're assigned with "username = m_user.utf8().data()".  Pointless: "username = m_user" will do.

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