Changeset 262412 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jun 2, 2020, 4:29:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r262404 r262412 1 2020-06-02 Paulo Matos <[email protected]> 2 3 Fix assert message formatting 4 https://bugs.webkit.org/show_bug.cgi?id=212591 5 6 Reviewed by Adrian Perez de Castro. 7 8 Fixes warning by gcc - lineParts.size() is size_t, %zu should be used. 9 10 * runtime/FuzzerPredictions.cpp: 11 (JSC::FuzzerPredictions::FuzzerPredictions): 12 1 13 2020-06-01 Devin Rousso <[email protected]> 2 14
Note:
See TracChangeset
for help on using the changeset viewer.