Changeset 228324 in webkit
- Timestamp:
- Feb 9, 2018, 10:03:02 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
r228317 r228324 1 2018-02-09 Carlos Alberto Lopez Perez <clopez@igalia.com> 2 3 Improve of string.h include after r228317. 4 https://bugs.webkit.org/show_bug.cgi?id=182642 5 6 Reviewed by Mark Lam. 7 8 * bmalloc/Algorithm.h: Avoid an architecture-specific #include. 9 1 10 2018-02-09 Carlos Alberto Lopez Perez <clopez@igalia.com> 2 11 -
trunk/Source/bmalloc/bmalloc/Algorithm.h
r228317 r228324 32 32 #include <cstddef> 33 33 #include <limits> 34 #include <string.h> 34 35 #include <type_traits> 35 36 #include <chrono> 36 37 #if !BCPU(X86_64)38 #include <string.h>39 #endif40 37 41 38 namespace bmalloc {
Note:
See TracChangeset
for help on using the changeset viewer.