Title: [228318] trunk/Source/_javascript_Core
- Revision
- 228318
- Author
- [email protected]
- Date
- 2018-02-09 05:50:39 -0800 (Fri, 09 Feb 2018)
Log 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:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (228317 => 228318)
--- trunk/Source/_javascript_Core/ChangeLog 2018-02-09 13:37:40 UTC (rev 228317)
+++ trunk/Source/_javascript_Core/ChangeLog 2018-02-09 13:50:39 UTC (rev 228318)
@@ -1,3 +1,12 @@
+2018-02-09 Carlos Alberto Lopez Perez <[email protected]>
+
+ Fix build on ARMv7 traditional JSCOnly bot after r228306
+ https://bugs.webkit.org/show_bug.cgi?id=182563
+
+ Unreviewed build fix.
+
+ * assembler/AssemblerBuffer.h:
+
2018-02-08 Filip Pizlo <[email protected]>
Experiment with alternative implementation of memcpy/memset
Modified: trunk/Source/_javascript_Core/assembler/AssemblerBuffer.h (228317 => 228318)
--- trunk/Source/_javascript_Core/assembler/AssemblerBuffer.h 2018-02-09 13:37:40 UTC (rev 228317)
+++ trunk/Source/_javascript_Core/assembler/AssemblerBuffer.h 2018-02-09 13:50:39 UTC (rev 228318)
@@ -32,6 +32,7 @@
#include "stdint.h"
#include <string.h>
#include <wtf/Assertions.h>
+#include <wtf/FastCopy.h>
#include <wtf/FastMalloc.h>
#include <wtf/StdLibExtras.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes