Title: [283516] branches/safari-612.2.9.1-branch/Source/WebKit
Revision
283516
Author
[email protected]
Date
2021-10-04 14:57:38 -0700 (Mon, 04 Oct 2021)

Log Message

Cherry-pick r283490. rdar://problem/83856664

    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.

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@283490 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-612.2.9.1-branch/Source/WebKit/ChangeLog (283515 => 283516)


--- branches/safari-612.2.9.1-branch/Source/WebKit/ChangeLog	2021-10-04 21:47:41 UTC (rev 283515)
+++ branches/safari-612.2.9.1-branch/Source/WebKit/ChangeLog	2021-10-04 21:57:38 UTC (rev 283516)
@@ -1,3 +1,32 @@
+2021-10-04  Russell Epstein  <[email protected]>
+
+        Cherry-pick r283490. rdar://problem/83856664
+
+    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.
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@283490 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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-09-30  Russell Epstein  <[email protected]>
 
         Cherry-pick r283294. rdar://problem/83733583

Modified: branches/safari-612.2.9.1-branch/Source/WebKit/Scripts/process-entitlements.sh (283515 => 283516)


--- branches/safari-612.2.9.1-branch/Source/WebKit/Scripts/process-entitlements.sh	2021-10-04 21:47:41 UTC (rev 283515)
+++ branches/safari-612.2.9.1-branch/Source/WebKit/Scripts/process-entitlements.sh	2021-10-04 21:57:38 UTC (rev 283516)
@@ -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

Reply via email to