Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Source/WebCore/PAL:
Unreviewed build fix after r279912 (239661@main); Adopt HAVE(SYSTEM_STATUS) macro. * pal/ios/SystemStatusSoftLink.h: * pal/ios/SystemStatusSoftLink.mm: Source/WebKit: Unreviewed build fix after r279912 (239661@main); Adopt HAVE(SYSTEM_STATUS) macro. * GPUProcess/cocoa/GPUConnectionToWebProcessCocoa.mm: (WebKit::GPUConnectionToWebProcess::setCaptureAttributionString): * Platform/spi/ios/SystemStatusSPI.h: Source/WTF: Unreviewed build fix after r279912 (239661@main); Add a HAVE(SYSTEM_STATUS) macro. * wtf/PlatformHave.h: Canonical link: https://commits.webkit.org/239676@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@279929 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
8 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -25,7 +25,7 @@ | ||
|
||
#pragma once | ||
|
||
#if PLATFORM(IOS_FAMILY) && !PLATFORM(MACCATALYST) | ||
#if HAVE(SYSTEM_STATUS) | ||
|
||
#import <wtf/SoftLinking.h> | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -25,7 +25,7 @@ | ||
|
||
#import "config.h" | ||
|
||
#if PLATFORM(IOS_FAMILY) && !PLATFORM(MACCATALYST) | ||
#if HAVE(SYSTEM_STATUS) | ||
|
||
#import <wtf/SoftLinking.h> | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters