Bug 223275 - [Swift] Ambiguous use of 'closeAllMediaPresentations'
Summary: [Swift] Ambiguous use of 'closeAllMediaPresentations'
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kate Cheney
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-03-16 12:58 PDT by Kate Cheney
Modified: 2021-03-16 14:18 PDT (History)
4 users (show)

See Also:


Attachments
Patch (3.65 KB, patch)
2021-03-16 12:59 PDT, Kate Cheney
no flags Details | Formatted Diff | Diff
Patch (2.69 KB, patch)
2021-03-16 13:10 PDT, Kate Cheney
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kate Cheney 2021-03-16 12:58:42 PDT
[Swift] Ambiguous use of 'closeAllMediaPresentations'
Comment 1 Kate Cheney 2021-03-16 12:59:11 PDT
Created attachment 423384 [details]
Patch
Comment 2 Kate Cheney 2021-03-16 12:59:14 PDT
<rdar://problem/75447989>
Comment 3 James Savage 2021-03-16 13:06:22 PDT
Comment on attachment 423384 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=423384&action=review

> Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm:3342
> +#ifndef __swift__

I'd drop this from the implementation. It will never be the case that __swift__ is defined for this compilation unit, so it just adds confusion about whether this bit of code is actually conditional or not.
The issue here is just about how the interface is perceived by the Swift compiler, so all that's need are the changes in the header.
Comment 4 Kate Cheney 2021-03-16 13:10:18 PDT
Created attachment 423389 [details]
Patch
Comment 5 EWS 2021-03-16 14:17:58 PDT
Committed r274516: <https://commits.webkit.org/r274516>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 423389 [details].