Skip to content

Commit 940cf35

Browse files
authored
browser(webkit): add missing include on mac after roll to 01-15 (#5033)
1 parent 0ab6a53 commit 940cf35

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

browser_patches/webkit/BUILD_NUMBER

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1421
2-
Changed: [email protected] Fri 15 Jan 2021 12:39:54 PM PST
1+
1422
2+
Changed: [email protected] Fri 15 Jan 2021 02:10:06 PM PST

browser_patches/webkit/patches/bootstrap.diff

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10446,6 +10446,18 @@ index 0000000000000000000000000000000000000000..cd66887de171cda7d15a8e4dc6dbff63
1044610446
+} // namespace WebKit
1044710447
+
1044810448
+#endif // ENABLE(REMOTE_INSPECTOR)
10449+
diff --git a/Source/WebKit/UIProcess/Cocoa/AutomationClient.mm b/Source/WebKit/UIProcess/Cocoa/AutomationClient.mm
10450+
index 8cdc2e45fae3fc7af0459b9541b7def06a73779a..80ae6d9b6c548c2143f77c6175f7c81a98b0edef 100644
10451+
--- a/Source/WebKit/UIProcess/Cocoa/AutomationClient.mm
10452+
+++ b/Source/WebKit/UIProcess/Cocoa/AutomationClient.mm
10453+
@@ -34,6 +34,7 @@
10454+
#import <JavaScriptCore/RemoteInspector.h>
10455+
#import <wtf/spi/cf/CFBundleSPI.h>
10456+
#import <wtf/text/WTFString.h>
10457+
+#import <wtf/RunLoop.h>
10458+
10459+
using namespace Inspector;
10460+
1044910461
diff --git a/Source/WebKit/UIProcess/Cocoa/SOAuthorization/PopUpSOAuthorizationSession.h b/Source/WebKit/UIProcess/Cocoa/SOAuthorization/PopUpSOAuthorizationSession.h
1045010462
index 454c61ffdefecc476d1560c7c43f5b5d345f281d..6de7509037b7683ddd403ee247bdf2845ce4e87a 100644
1045110463
--- a/Source/WebKit/UIProcess/Cocoa/SOAuthorization/PopUpSOAuthorizationSession.h

0 commit comments

Comments
 (0)