Changeset 228317 in webkit
- Timestamp:
- Feb 9, 2018, 5:37:40 AM (9 years ago)
- Location:
- trunk/Source/bmalloc
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
bmalloc/Algorithm.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/bmalloc/ChangeLog
r228306 r228317 1 2018-02-09 Carlos Alberto Lopez Perez <clopez@igalia.com> 2 3 Fix build for !BCPU(X86_64) after r228306 4 https://bugs.webkit.org/show_bug.cgi?id=182563 5 6 Unreviewed build fix. 7 8 * bmalloc/Algorithm.h: 9 1 10 2018-02-08 Filip Pizlo <fpizlo@apple.com> 2 11 -
trunk/Source/bmalloc/bmalloc/Algorithm.h
r228306 r228317 34 34 #include <type_traits> 35 35 #include <chrono> 36 37 #if !BCPU(X86_64) 38 #include <string.h> 39 #endif 36 40 37 41 namespace bmalloc {
Note:
See TracChangeset
for help on using the changeset viewer.