browser(webkit): fix compilation on Mac 10.15 (#638)

This commit is contained in:
Andrey Lushnikov 2020-01-24 14:52:17 -08:00 коммит произвёл GitHub
Родитель c453851217
Коммит a4f27c17af
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -1 +1 @@
1109 1110

Просмотреть файл

@ -12696,10 +12696,10 @@ index 0000000000000000000000000000000000000000..00fb6b0006c743091a8bbf8edb18b211
+</Scheme> +</Scheme>
diff --git a/Tools/Playwright/mac/AppDelegate.h b/Tools/Playwright/mac/AppDelegate.h diff --git a/Tools/Playwright/mac/AppDelegate.h b/Tools/Playwright/mac/AppDelegate.h
new file mode 100644 new file mode 100644
index 0000000000000000000000000000000000000000..465cb7827fc47927c4e1fc6e47c6608f4ef21d26 index 0000000000000000000000000000000000000000..41b5751cab626971cd12c5066218c6d14c00fba0
--- /dev/null --- /dev/null
+++ b/Tools/Playwright/mac/AppDelegate.h +++ b/Tools/Playwright/mac/AppDelegate.h
@@ -0,0 +1,56 @@ @@ -0,0 +1,55 @@
+/* +/*
+ * Copyright (C) 2010 Apple Inc. All rights reserved. + * Copyright (C) 2010 Apple Inc. All rights reserved.
+ * + *
@ -12727,7 +12727,6 @@ index 0000000000000000000000000000000000000000..465cb7827fc47927c4e1fc6e47c6608f
+ +
+#import <WebKit/_WKBrowserInspector.h> +#import <WebKit/_WKBrowserInspector.h>
+ +
+WK_CLASS_AVAILABLE(macos(10.14.0))
+@interface WebViewDialog : NSObject +@interface WebViewDialog : NSObject
+@property (nonatomic, strong) WKWebView *webView; +@property (nonatomic, strong) WKWebView *webView;
+@property (nonatomic, copy) void (^completionHandler)(BOOL accept, NSString* value); +@property (nonatomic, copy) void (^completionHandler)(BOOL accept, NSString* value);