Skip to content

Commit

Permalink
Unreviewed build fix: remove void from PlaybackSessionInterfaceLMK de…
Browse files Browse the repository at this point in the history
…structor

https://bugs.webkit.org/show_bug.cgi?id=268851
rdar://122417219

Unreviewed build fix: remove void from PlaybackSessionInterfaceLMK destructor

* Source/WebCore/platform/ios/PlaybackSessionInterfaceLMK.mm:
(WebCore::PlaybackSessionInterfaceLMK::~PlaybackSessionInterfaceLMK):

Canonical link: https://commits.webkit.org/274170@main
  • Loading branch information
danae404 committed Feb 6, 2024
1 parent a33387d commit 3c95bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WebCore/platform/ios/PlaybackSessionInterfaceLMK.mm
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@

}

void PlaybackSessionInterfaceLMK::~PlaybackSessionInterfaceLMK()
PlaybackSessionInterfaceLMK::~PlaybackSessionInterfaceLMK()
{
ASSERT(isUIThread());
invalidate();
Expand Down

0 comments on commit 3c95bd3

Please sign in to comment.