Title: [228582] trunk/Source/_javascript_Core
Revision
228582
Author
[email protected]
Date
2018-02-16 14:06:33 -0800 (Fri, 16 Feb 2018)

Log Message

Unreviewed, rolling out r228318.

The patch that this attempted to fix was rolled out already.

Reverted changeset:

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

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (228581 => 228582)


--- trunk/Source/_javascript_Core/ChangeLog	2018-02-16 22:06:01 UTC (rev 228581)
+++ trunk/Source/_javascript_Core/ChangeLog	2018-02-16 22:06:33 UTC (rev 228582)
@@ -1,3 +1,15 @@
+2018-02-16  Matt Lewis  <[email protected]>
+
+        Unreviewed, rolling out r228318.
+
+        The patch that this attempted to fix was rolled out already.
+
+        Reverted changeset:
+
+        "Fix build on ARMv7 traditional JSCOnly bot after r228306"
+        https://bugs.webkit.org/show_bug.cgi?id=182563
+        https://trac.webkit.org/changeset/228318
+
 2018-02-16  Filip Pizlo  <[email protected]>
 
         Unreviewed, roll out r228306 (custom memcpy/memset) because the bots say that it was not a

Modified: trunk/Source/_javascript_Core/assembler/AssemblerBuffer.h (228581 => 228582)


--- trunk/Source/_javascript_Core/assembler/AssemblerBuffer.h	2018-02-16 22:06:01 UTC (rev 228581)
+++ trunk/Source/_javascript_Core/assembler/AssemblerBuffer.h	2018-02-16 22:06:33 UTC (rev 228582)
@@ -32,7 +32,6 @@
 #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

Reply via email to