File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- 1109
1
+ 1110
Original file line number Diff line number Diff line change @@ -12696,10 +12696,10 @@ index 0000000000000000000000000000000000000000..00fb6b0006c743091a8bbf8edb18b211
12696
12696
+</Scheme>
12697
12697
diff --git a/Tools/Playwright/mac/AppDelegate.h b/Tools/Playwright/mac/AppDelegate.h
12698
12698
new file mode 100644
12699
- index 0000000000000000000000000000000000000000..465cb7827fc47927c4e1fc6e47c6608f4ef21d26
12699
+ index 0000000000000000000000000000000000000000..41b5751cab626971cd12c5066218c6d14c00fba0
12700
12700
--- /dev/null
12701
12701
+++ b/Tools/Playwright/mac/AppDelegate.h
12702
- @@ -0,0 +1,56 @@
12702
+ @@ -0,0 +1,55 @@
12703
12703
+/*
12704
12704
+ * Copyright (C) 2010 Apple Inc. All rights reserved.
12705
12705
+ *
@@ -12727,7 +12727,6 @@ index 0000000000000000000000000000000000000000..465cb7827fc47927c4e1fc6e47c6608f
12727
12727
+
12728
12728
+#import <WebKit/_WKBrowserInspector.h>
12729
12729
+
12730
- +WK_CLASS_AVAILABLE(macos(10.14.0))
12731
12730
+@interface WebViewDialog : NSObject
12732
12731
+@property (nonatomic, strong) WKWebView *webView;
12733
12732
+@property (nonatomic, copy) void (^completionHandler)(BOOL accept, NSString* value);
You can’t perform that action at this time.
0 commit comments