Title: [294960] trunk/Source
Revision
294960
Author
mark....@apple.com
Date
2022-05-27 15:48:36 -0700 (Fri, 27 May 2022)

Log Message

Revert "Non unified build fixes, lateish May 2022 edition"

Unreviewed.

This reverts commit 2db7e5eef53c0424ac30bccf7cdf9aa8428e9464.

We need to revert 2a12d06fc13f7c3bbcf8d204d6f760ab222d75d9 because it broke WASM on
64-bit platforms.  2db7e5eef53c0424ac30bccf7cdf9aa8428e9464 was builds on top of
2a12d06fc13f7c3bbcf8d204d6f760ab222d75d9, and hence, needs to be reverted too.

Canonical link: https://commits.webkit.org/251064@main

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/wasm/js/WasmToJS.cpp (294959 => 294960)


--- trunk/Source/_javascript_Core/wasm/js/WasmToJS.cpp	2022-05-27 22:10:16 UTC (rev 294959)
+++ trunk/Source/_javascript_Core/wasm/js/WasmToJS.cpp	2022-05-27 22:48:36 UTC (rev 294960)
@@ -29,7 +29,6 @@
 #if ENABLE(WEBASSEMBLY)
 
 #include "CCallHelpers.h"
-#include "JSCJSValueInlines.h"
 #include "JSWebAssemblyInstance.h"
 #include "LinkBuffer.h"
 #include "MaxFrameExtentForSlowPathCall.h"

Modified: trunk/Source/WebCore/platform/audio/MultiChannelResampler.cpp (294959 => 294960)


--- trunk/Source/WebCore/platform/audio/MultiChannelResampler.cpp	2022-05-27 22:10:16 UTC (rev 294959)
+++ trunk/Source/WebCore/platform/audio/MultiChannelResampler.cpp	2022-05-27 22:48:36 UTC (rev 294960)
@@ -34,7 +34,6 @@
 
 #include "AudioBus.h"
 #include "SincResampler.h"
-#include <functional>
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to