Title: [283490] trunk/Source/WebKit
- Revision
- 283490
- Author
- [email protected]
- Date
- 2021-10-04 01:07:31 -0700 (Mon, 04 Oct 2021)
Log Message
Vorbis decoder can't be instantiated - follow up on Bug 230742
https://bugs.webkit.org/show_bug.cgi?id=231154
rdar://problem/83825162
Fix typo in _expression_.
Reviewed by Tim Horton.
* Scripts/process-entitlements.sh: Add missing bool keyword.
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (283489 => 283490)
--- trunk/Source/WebKit/ChangeLog 2021-10-04 07:48:10 UTC (rev 283489)
+++ trunk/Source/WebKit/ChangeLog 2021-10-04 08:07:31 UTC (rev 283490)
@@ -1,3 +1,15 @@
+2021-10-04 Jean-Yves Avenard <[email protected]>
+
+ Vorbis decoder can't be instantiated - follow up on Bug 230742
+ https://bugs.webkit.org/show_bug.cgi?id=231154
+ rdar://problem/83825162
+
+ Fix typo in _expression_.
+
+ Reviewed by Tim Horton.
+
+ * Scripts/process-entitlements.sh: Add missing bool keyword.
+
2021-10-03 Lauro Moura <[email protected]>
[GTK] REGRESSION(r283304): All GTK4 layout tests are aborting
Modified: trunk/Source/WebKit/Scripts/process-entitlements.sh (283489 => 283490)
--- trunk/Source/WebKit/Scripts/process-entitlements.sh 2021-10-04 07:48:10 UTC (rev 283489)
+++ trunk/Source/WebKit/Scripts/process-entitlements.sh 2021-10-04 08:07:31 UTC (rev 283490)
@@ -29,7 +29,7 @@
fi
if (( "${TARGET_MAC_OS_X_VERSION_MAJOR}" >= 120000 ))
then
- plistbuddy add :com.apple.coreaudio.allow-vorbis-decode YES
+ plistbuddy add :com.apple.coreaudio.allow-vorbis-decode bool YES
fi
fi
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes