Skip to content

Commit a4f27c1

Browse files
authored
browser(webkit): fix compilation on Mac 10.15 (#638)
1 parent c453851 commit a4f27c1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

browser_patches/webkit/BUILD_NUMBER

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1109
1+
1110

browser_patches/webkit/patches/bootstrap.diff

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12696,10 +12696,10 @@ index 0000000000000000000000000000000000000000..00fb6b0006c743091a8bbf8edb18b211
1269612696
+</Scheme>
1269712697
diff --git a/Tools/Playwright/mac/AppDelegate.h b/Tools/Playwright/mac/AppDelegate.h
1269812698
new file mode 100644
12699-
index 0000000000000000000000000000000000000000..465cb7827fc47927c4e1fc6e47c6608f4ef21d26
12699+
index 0000000000000000000000000000000000000000..41b5751cab626971cd12c5066218c6d14c00fba0
1270012700
--- /dev/null
1270112701
+++ b/Tools/Playwright/mac/AppDelegate.h
12702-
@@ -0,0 +1,56 @@
12702+
@@ -0,0 +1,55 @@
1270312703
+/*
1270412704
+ * Copyright (C) 2010 Apple Inc. All rights reserved.
1270512705
+ *
@@ -12727,7 +12727,6 @@ index 0000000000000000000000000000000000000000..465cb7827fc47927c4e1fc6e47c6608f
1272712727
+
1272812728
+#import <WebKit/_WKBrowserInspector.h>
1272912729
+
12730-
+WK_CLASS_AVAILABLE(macos(10.14.0))
1273112730
+@interface WebViewDialog : NSObject
1273212731
+@property (nonatomic, strong) WKWebView *webView;
1273312732
+@property (nonatomic, copy) void (^completionHandler)(BOOL accept, NSString* value);

0 commit comments

Comments
 (0)