[WebKit] Update bindings to Xcode 10.2 Beta 1 (#5472)

* [WebKit] Update bindings to Xcode 10.2 Beta 1

* Bump macOS intro ApiAvailabilityTest Maximum version to 10,14,4
This commit is contained in:
Alex Soto 2019-01-25 08:39:51 -05:00 коммит произвёл GitHub
Родитель dd90dcb615
Коммит de4d084923
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 5 добавлений и 5 удалений

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

@ -244,6 +244,10 @@ namespace WebKit
[Export ("javaScriptCanOpenWindowsAutomatically")]
bool JavaScriptCanOpenWindowsAutomatically { get; set; }
[Mac (10,14,4, onlyOn64: true), iOS (12,2)]
[Export ("safeBrowsingEnabled")]
bool SafeBrowsingEnabled { [Bind ("isSafeBrowsingEnabled")] get; set; }
#if MONOMAC
[Export ("javaEnabled")]

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

@ -56,7 +56,7 @@ namespace Introspection {
Minimum = new Version (10,7);
// Need to special case macOS 'Maximum' version for OS minor subversions (can't change Constants.SdkVersion)
// Please comment the code below if needed
Maximum = new Version (10,14,1);
Maximum = new Version (10,14,4);
Filter = (AvailabilityBaseAttribute arg) => {
return (arg.AvailabilityKind != AvailabilityKind.Introduced) || (arg.Platform != PlatformName.MacOSX);
};

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

@ -1,2 +0,0 @@
!missing-selector! WKPreferences::isSafeBrowsingEnabled not bound
!missing-selector! WKPreferences::setSafeBrowsingEnabled: not bound

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

@ -1,2 +0,0 @@
!missing-selector! WKPreferences::isSafeBrowsingEnabled not bound
!missing-selector! WKPreferences::setSafeBrowsingEnabled: not bound