[Webkit-unassigned] [Bug 111892] New: equalIgnoringCase should take a const StringImpl* instead of StringImpl*

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 8 15:22:24 PST 2013


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

           Summary: equalIgnoringCase should take a const StringImpl*
                    instead of StringImpl*
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: abarth at webkit.org, benjamin at webkit.org


equalIgnoringCase should take a const StringImpl* instead of StringImpl*

It's useful sometimes to have a const StringImpl* (a StringImpl you know cannot be ref'd) for thread-safe code.

equalIgnoringCase uses StringImpl* for whatever reason.  I plan to change it to use const StringImpl* instead.

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