[Webkit-unassigned] [Bug 108869] New: [EFL] Remove needless local variables in LocalizedStringsEfl.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 4 15:17:09 PST 2013


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

           Summary: [EFL] Remove needless local variables in
                    LocalizedStringsEfl.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gyuyoung.kim at samsung.com
                CC: demarchi at webkit.org


fromUTF8() returns *static String*, so I think we don't need to use local variable. Beside it seems to me the functions which use *static String variable* were just copied from GTK port. If possible, I think it would be better not to use local variable.

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