[webkit-changes] [WebKit/WebKit] 6f7a3c: Fix the build after a PhotosUIPrivate change

Tim Horton noreply at github.com
Fri Nov 11 12:42:28 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6f7a3cc4c150620d24659ad4e74a2f2ed8942425
      https://github.com/WebKit/WebKit/commit/6f7a3cc4c150620d24659ad4e74a2f2ed8942425
  Author: Tim Horton <timothy_horton at apple.com>
  Date:   2022-11-11 (Fri, 11 Nov 2022)

  Changed paths:
    M Source/WTF/wtf/PlatformHave.h
    M Source/WebKit/Platform/spi/ios/PhotosUISPI.h
    M Source/WebKit/UIProcess/ios/forms/WKFileUploadPanel.mm

  Log Message:
  -----------
  Fix the build after a PhotosUIPrivate change
https://bugs.webkit.org/show_bug.cgi?id=247817
rdar://102222227

Reviewed by Wenson Hsieh.

* Source/WTF/wtf/PlatformHave.h:
* Source/WebKit/Platform/spi/ios/PhotosUISPI.h:
* Source/WebKit/UIProcess/ios/forms/WKFileUploadPanel.mm:
(-[WKFileUploadMediaTranscoder start]):
We always have PhotosUIPrivate, so get rid of HAVE_PHOTOS_UI_PRIVATE.

PUActivityProgressController is now PXActivityProgressController,
so conditionally use the correct one.

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




More information about the webkit-changes mailing list