[webkit-changes] [WebKit/WebKit] e9832b: Fix macOS 13.4 typo in dyldSPI.h

Tim Nguyen noreply at github.com
Mon Apr 10 22:50:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e9832b83807a416c95c0f5fb854ba1904cd79e3d
      https://github.com/WebKit/WebKit/commit/e9832b83807a416c95c0f5fb854ba1904cd79e3d
  Author: Tim Nguyen <ntim at apple.com>
  Date:   2023-04-10 (Mon, 10 Apr 2023)

  Changed paths:
    M Source/WTF/wtf/cocoa/RuntimeApplicationChecksCocoa.cpp
    M Source/WTF/wtf/spi/darwin/dyldSPI.h

  Log Message:
  -----------
  Fix macOS 13.4 typo in dyldSPI.h
https://bugs.webkit.org/show_bug.cgi?id=255271
rdar://107866431

Reviewed by Aditya Keerthi.

It should be macOS 13.3. It isn't a major issue since the version numbers only matter when the DYLD API is not available,
but it should still be fixed so third party apps can link against the open source build.

* Source/WTF/wtf/cocoa/RuntimeApplicationChecksCocoa.cpp:
(WTF::computeSDKAlignedBehaviors):
* Source/WTF/wtf/spi/darwin/dyldSPI.h:

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




More information about the webkit-changes mailing list