[webkit-changes] [WebKit/WebKit] d40b56: Fix the iOS build after 272701 at main

aestes noreply at github.com
Mon Jan 8 11:39:37 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d40b56556f37be1af4044a3430de3f1fa69fc529
      https://github.com/WebKit/WebKit/commit/d40b56556f37be1af4044a3430de3f1fa69fc529
  Author: Andy Estes <aestes at apple.com>
  Date:   2024-01-08 (Mon, 08 Jan 2024)

  Changed paths:
    M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
    M Source/WTF/wtf/PlatformEnable.h

  Log Message:
  -----------
  Fix the iOS build after 272701 at main
https://bugs.webkit.org/show_bug.cgi?id=267235
rdar://120651832

Unreviewed build fix; it was wrong to set ENABLE_EXTENSION_CAPABILITIES to 0 at build time on
iOS Simulator in an attempt to deactivate the media capabilities feature, as that ENABLE macro
guards more than just media capabilities code. Instead, deactivate media capabilities at runtime on
iOS Simulator.

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WTF/wtf/PlatformEnable.h:

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




More information about the webkit-changes mailing list