Skip to content

Commit

Permalink
Unified build fixes on macOS
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=264981

Unreviewed, adding some missing includes to fix unified build errors
mentioned in the bug.

* Source/WebKit/UIProcess/API/Cocoa/_WKFrameTreeNode.mm:
* Source/WebKit/UIProcess/API/Cocoa/_WKSystemPreferencesInternal.h:
* Source/WebKit/UIProcess/Inspector/mac/WebInspectorUIProxyMac.mm:

Canonical link: https://commits.webkit.org/270895@main
  • Loading branch information
yury-s committed Nov 17, 2023
1 parent 6226d4c commit c15c265
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/WebKit/UIProcess/API/Cocoa/_WKFrameTreeNode.mm
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#import "config.h"

#import "WKFrameInfoInternal.h"
#import "WKSecurityOriginInternal.h"
#import "WKWebViewInternal.h"
#import "WebFrameProxy.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
*/

#import "_WKSystemPreferences.h"
#import <wtf/text/ASCIILiteral.h>

constexpr auto LDMEnabledKey = "LDMGlobalEnabled";
constexpr auto WKLockdownModeEnabledKey = "WKLockdownModeEnabled"_s;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#import "APIUIClient.h"
#import "GlobalFindInPageState.h"
#import "Logging.h"
#import "MessageSenderInlines.h"
#import "WKInspectorPrivateMac.h"
#import "WKInspectorViewController.h"
#import "WKObject.h"
Expand Down

0 comments on commit c15c265

Please sign in to comment.