[Webkit-unassigned] [Bug 63515] New: AtomicString::show() and WTFString::show() should be const.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 28 00:03:34 PDT 2011


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

           Summary: AtomicString::show() and WTFString::show() should be
                    const.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shinyak at google.com


AtomicString::show() and WTFString::show are not const, so we have to use const_cast to call them occasionally.
These methods should be const.

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