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

Changeset 228324 in webkit


Ignore:
Timestamp:
Feb 9, 2018, 10:03:02 AM (9 years ago)
Author:
clopez@igalia.com
Message:

Improve of string.h include after r228317.
https://bugs.webkit.org/show_bug.cgi?id=182642

Reviewed by Mark Lam.

  • bmalloc/Algorithm.h: Avoid an architecture-specific #include.
Location:
trunk/Source/bmalloc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/bmalloc/ChangeLog

    r228317 r228324  
     12018-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
    1102018-02-09  Carlos Alberto Lopez Perez  <clopez@igalia.com>
    211
  • trunk/Source/bmalloc/bmalloc/Algorithm.h

    r228317 r228324  
    3232#include <cstddef>
    3333#include <limits>
     34#include <string.h>
    3435#include <type_traits>
    3536#include <chrono>
    36 
    37 #if !BCPU(X86_64)
    38 #include <string.h>
    39 #endif
    4037
    4138namespace bmalloc {
Note: See TracChangeset for help on using the changeset viewer.