|
Lines 1-3
a/Source/WTF/ChangeLog_sec1
|
|
|
1 |
2018-07-16 Ross Kirsling <ross.kirsling@sony.com> |
| 2 |
|
| 3 |
TestWTF.WTF.StringConcatenate_Unsigned fails for unsigned short on Windows |
| 4 |
https://bugs.webkit.org/show_bug.cgi?id=187712 |
| 5 |
|
| 6 |
Reviewed by NOBODY (OOPS!). |
| 7 |
|
| 8 |
* wtf/text/StringConcatenateNumbers.h: |
| 9 |
StringTypeAdapter should choose the UChar (and not UnsignedInt) path for unsigned short on Windows, |
| 10 |
where UChar is defined as wchar_t. |
| 11 |
|
| 1 |
2018-07-14 Kocsen Chung <kocsen_chung@apple.com> |
12 |
2018-07-14 Kocsen Chung <kocsen_chung@apple.com> |
| 2 |
|
13 |
|
| 3 |
Ensure WebKit stack is ad-hoc signed |
14 |
Ensure WebKit stack is ad-hoc signed |