Skip to content

Swift: fix bad join order in WebView/JsExportedSource #11104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 3, 2022

Conversation

d10c
Copy link
Contributor

@d10c d10c commented Nov 3, 2022

The getName = getName join was happening too early,
before the methods themselves have been enumerated.

The `getName = getName` join was happening too early,
before the methods themselves have been enumerated.
@d10c d10c requested a review from a team as a code owner November 3, 2022 14:33
@github-actions github-actions bot added the Swift label Nov 3, 2022
@d10c d10c requested a review from atorralba November 3, 2022 14:34
@atorralba
Copy link
Contributor

Thanks for catching and fixing this! I should've run DCA for that PR.

@d10c d10c merged commit 924f999 into main Nov 3, 2022
@d10c d10c deleted the swift/webviewjoinorder branch November 3, 2022 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants