[Webkit-unassigned] [Bug 115589] New: Move IdentifierASCIIStringTranslator to WTF

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 4 09:45:02 PDT 2013


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

           Summary: Move IdentifierASCIIStringTranslator to WTF
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xan.lopez at gmail.com


This removes a layering violation. This translator is very similar to the CString one, but the translate method is different and I think the difference is relevant (with the ASCII one creating the StringImpl through the createFromLiteral ctor), so I'm leaving things as they are for now.

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