⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 228317 in webkit


Ignore:
Timestamp:
Feb 9, 2018, 5:37:40 AM (9 years ago)
Author:
clopez@igalia.com
Message:

Fix build for !BCPU(X86_64) after r228306
https://bugs.webkit.org/show_bug.cgi?id=182563

Unreviewed build fix.

  • bmalloc/Algorithm.h:
Location:
trunk/Source/bmalloc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/bmalloc/ChangeLog

    r228306 r228317  
     12018-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
    1102018-02-08  Filip Pizlo  <fpizlo@apple.com>
    211
  • trunk/Source/bmalloc/bmalloc/Algorithm.h

    r228306 r228317  
    3434#include <type_traits>
    3535#include <chrono>
     36
     37#if !BCPU(X86_64)
     38#include <string.h>
     39#endif
    3640
    3741namespace bmalloc {
Note: See TracChangeset for help on using the changeset viewer.