Changeset 89906 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jun 28, 2011, 1:53:59 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r89895 r89906 1 2011-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 1 18 2011-06-27 Ryosuke Niwa <[email protected]> 2 19
Note:
See TracChangeset
for help on using the changeset viewer.