Skip to content

Commit

Permalink
Merge pull request #2366 from spouliot/xcode9-webkit-b4
Browse files Browse the repository at this point in the history
[wkwebkit] Update for beta 4
  • Loading branch information
spouliot committed Jul 25, 2017
2 parents 8800847 + c94afd9 commit 5006628
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/wkwebkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ interface WKFrameInfo : NSCopying {
[iOS (9,0)][Mac (10,11, onlyOn64 : true)]
[Export ("securityOrigin")]
WKSecurityOrigin SecurityOrigin { get; }

[iOS (11,0)][Mac (10,13, onlyOn64 : true)]
[NullAllowed, Export ("webView", ArgumentSemantic.Weak)]
WKWebView WebView { get; }
}

[iOS (8,0), Mac (10,10, onlyOn64 : true)] // Not defined in 32-bit
Expand Down

0 comments on commit 5006628

Please sign in to comment.