Changeset 228318 in webkit


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

Fix build on ARMv7 traditional JSCOnly bot after r228306
https://bugs.webkit.org/show_bug.cgi?id=182563

Unreviewed build fix.

  • assembler/AssemblerBuffer.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r228306 r228318  
     12018-02-09  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        Fix build on ARMv7 traditional JSCOnly bot after r228306
     4        https://bugs.webkit.org/show_bug.cgi?id=182563
     5
     6        Unreviewed build fix.
     7
     8        * assembler/AssemblerBuffer.h:
     9
    1102018-02-08  Filip Pizlo  <fpizlo@apple.com>
    211
  • trunk/Source/JavaScriptCore/assembler/AssemblerBuffer.h

    r228306 r228318  
    3333#include <string.h>
    3434#include <wtf/Assertions.h>
     35#include <wtf/FastCopy.h>
    3536#include <wtf/FastMalloc.h>
    3637#include <wtf/StdLibExtras.h>
Note: See TracChangeset for help on using the changeset viewer.