Changeset 283490 in webkit
- Timestamp:
- Oct 4, 2021, 1:07:31 AM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Scripts/process-entitlements.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r283487 r283490 1 2021-10-04 Jean-Yves Avenard <jya@apple.com> 2 3 Vorbis decoder can't be instantiated - follow up on Bug 230742 4 https://bugs.webkit.org/show_bug.cgi?id=231154 5 rdar://problem/83825162 6 7 Fix typo in expression. 8 9 Reviewed by Tim Horton. 10 11 * Scripts/process-entitlements.sh: Add missing bool keyword. 12 1 13 2021-10-03 Lauro Moura <lmoura@igalia.com> 2 14 -
trunk/Source/WebKit/Scripts/process-entitlements.sh
r283394 r283490 30 30 if (( "${TARGET_MAC_OS_X_VERSION_MAJOR}" >= 120000 )) 31 31 then 32 plistbuddy add :com.apple.coreaudio.allow-vorbis-decode YES32 plistbuddy add :com.apple.coreaudio.allow-vorbis-decode bool YES 33 33 fi 34 34 fi
Note:
See TracChangeset
for help on using the changeset viewer.