Title: [288785] trunk/Source
Revision
288785
Author
dp...@igalia.com
Date
2022-01-28 21:33:17 -0800 (Fri, 28 Jan 2022)

Log Message

Source/_javascript_Core:
[WPE] Unreviewed, fix non-unified build after r288758
https://bugs.webkit.org/show_bug.cgi?id=235853


* wasm/WasmBranchHintsSectionParser.cpp:

Source/WebCore:
[WPE] Unreviewed, fix non-unified build after r288759
https://bugs.webkit.org/show_bug.cgi?id=235853


* Modules/webaudio/AudioWorkletNode.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (288784 => 288785)


--- trunk/Source/_javascript_Core/ChangeLog	2022-01-29 05:22:16 UTC (rev 288784)
+++ trunk/Source/_javascript_Core/ChangeLog	2022-01-29 05:33:17 UTC (rev 288785)
@@ -1,3 +1,10 @@
+2022-01-28  Diego Pino Garcia  <dp...@igalia.com>
+
+        [WPE] Unreviewed, fix non-unified build after r288758
+        https://bugs.webkit.org/show_bug.cgi?id=235853
+
+        * wasm/WasmBranchHintsSectionParser.cpp:
+
 2022-01-28  Yusuke Suzuki  <ysuz...@apple.com>
 
         [JSC] Enable wasm branch hinting

Modified: trunk/Source/_javascript_Core/wasm/WasmBranchHintsSectionParser.cpp (288784 => 288785)


--- trunk/Source/_javascript_Core/wasm/WasmBranchHintsSectionParser.cpp	2022-01-29 05:22:16 UTC (rev 288784)
+++ trunk/Source/_javascript_Core/wasm/WasmBranchHintsSectionParser.cpp	2022-01-29 05:33:17 UTC (rev 288785)
@@ -23,9 +23,10 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include "config.h"
+
 #if ENABLE(WEBASSEMBLY)
 
-#include "config.h"
 #include "WasmBranchHintsSectionParser.h"
 
 namespace JSC {

Modified: trunk/Source/WebCore/ChangeLog (288784 => 288785)


--- trunk/Source/WebCore/ChangeLog	2022-01-29 05:22:16 UTC (rev 288784)
+++ trunk/Source/WebCore/ChangeLog	2022-01-29 05:33:17 UTC (rev 288785)
@@ -1,3 +1,10 @@
+2022-01-28  Diego Pino Garcia  <dp...@igalia.com>
+
+        [WPE] Unreviewed, fix non-unified build after r288759
+        https://bugs.webkit.org/show_bug.cgi?id=235853
+
+        * Modules/webaudio/AudioWorkletNode.cpp:
+
 2022-01-28  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         REGRESSION(r281687): Space widths have synthetic bold applied to them in the fast text codepath but not the complex text codepath

Modified: trunk/Source/WebCore/Modules/webaudio/AudioWorkletNode.cpp (288784 => 288785)


--- trunk/Source/WebCore/Modules/webaudio/AudioWorkletNode.cpp	2022-01-29 05:22:16 UTC (rev 288784)
+++ trunk/Source/WebCore/Modules/webaudio/AudioWorkletNode.cpp	2022-01-29 05:33:17 UTC (rev 288785)
@@ -40,6 +40,7 @@
 #include "AudioParamMap.h"
 #include "AudioUtilities.h"
 #include "AudioWorklet.h"
+#include "AudioWorkletGlobalScope.h"
 #include "AudioWorkletMessagingProxy.h"
 #include "AudioWorkletNodeOptions.h"
 #include "AudioWorkletProcessor.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to