Ignore:
Timestamp:
Jun 28, 2011, 1:53:59 AM (14 years ago)
Author:
[email protected]
Message:

2011-06-28 Shinya Kawanaka <[email protected]>

Reviewed by Kent Tamura.

Add const to show() method in WTFString and AtomicString.
https://bugs.webkit.org/show_bug.cgi?id=63515

The lack of const in show() method is painful when
doing something like printf-debug.

  • wtf/text/AtomicString.cpp: (WTF::AtomicString::show):
  • wtf/text/AtomicString.h:
  • wtf/text/WTFString.cpp: (String::show):
  • wtf/text/WTFString.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r89895 r89906  
     12011-06-28  Shinya Kawanaka  <[email protected]>
     2
     3        Reviewed by Kent Tamura.
     4
     5        Add const to show() method in WTFString and AtomicString.
     6        https://bugs.webkit.org/show_bug.cgi?id=63515
     7
     8        The lack of const in show() method is painful when
     9        doing something like printf-debug.
     10
     11        * wtf/text/AtomicString.cpp:
     12        (WTF::AtomicString::show):
     13        * wtf/text/AtomicString.h:
     14        * wtf/text/WTFString.cpp:
     15        (String::show):
     16        * wtf/text/WTFString.h:
     17
    1182011-06-27  Ryosuke Niwa  <[email protected]>
    219
Note: See TracChangeset for help on using the changeset viewer.