Skip to content

Commit d6a198a

Browse files
authored
browser(webkit): speculative build fix for Mac (#4104)
1 parent 8252eb7 commit d6a198a

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-
1348
2-
Changed: [email protected] Fri Oct 9 09:19:02 PDT 2020
1+
1349
2+
Changed: [email protected] Fri Oct 9 11:12:07 PDT 2020

browser_patches/webkit/patches/bootstrap.diff

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7053,6 +7053,18 @@ index 66bf24df826daa8e7284248fd1b728cb5ebff343..d40f4f4be2bf76fa300cb54a06e81ff5
70537053

70547054
#if PLATFORM(MAC)
70557055

7056+
diff --git a/Source/WebKit/UIProcess/API/Cocoa/_WKUserStyleSheet.mm b/Source/WebKit/UIProcess/API/Cocoa/_WKUserStyleSheet.mm
7057+
index 0684412b1351f30a5d484f909d7a4b97a71ca426..458635a33f903613eff76923105029f1bafedbfc 100644
7058+
--- a/Source/WebKit/UIProcess/API/Cocoa/_WKUserStyleSheet.mm
7059+
+++ b/Source/WebKit/UIProcess/API/Cocoa/_WKUserStyleSheet.mm
7060+
@@ -33,6 +33,7 @@
7061+
#import "WebKit2Initialize.h"
7062+
#import "WebPageProxy.h"
7063+
#import "_WKUserContentWorldInternal.h"
7064+
+#import <WebKit/WKContentWorld.h>
7065+
#import <wtf/cocoa/VectorCocoa.h>
7066+
7067+
@implementation _WKUserStyleSheet
70567068
diff --git a/Source/WebKit/UIProcess/API/glib/WebKitBrowserInspector.cpp b/Source/WebKit/UIProcess/API/glib/WebKitBrowserInspector.cpp
70577069
new file mode 100644
70587070
index 0000000000000000000000000000000000000000..54529a23f53cebe6f8a96873ca6c2f31f0481ae0

0 commit comments

Comments
 (0)