Summary: | [macCatalyst] Fix various build breaks | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> | ||||
Component: | New Bugs | Assignee: | Said Abou-Hallawa <sabouhallawa> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | eric.carlson, ews-watchlist, glenn, jer.noble, mifenton, philipj, ryanhaddad, sergio, thorton, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Said Abou-Hallawa
2020-11-10 13:30:37 PST
Created attachment 413730 [details]
Patch
Comment on attachment 413730 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=413730&action=review > Source/WebKitLegacy/mac/WebView/WebPreferences.mm:2067 > -- (void)setAVKitEnabled:(bool)flag > +- (void)setAVKitEnabled:(BOOL)flag What does the header say?? Comment on attachment 413730 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=413730&action=review >> Source/WebKitLegacy/mac/WebView/WebPreferences.mm:2067 >> +- (void)setAVKitEnabled:(BOOL)flag > > What does the header say?? In Source/WebKitLegacy/mac/WebView/WebPreferencesPrivate.h, there is this definition: @property (nonatomic, getter=avKitEnabled) BOOL AVKitEnabled; Committed r269648: <https://trac.webkit.org/changeset/269648> All reviewed patches have been landed. Closing bug and clearing flags on attachment 413730 [details]. |