Skip to content

Commit

Permalink
[ Build-Failure ] Fix visionOS Build
Browse files Browse the repository at this point in the history
rdar://145334544
https://bugs.webkit.org/show_bug.cgi?id=288265

Unreviewed build fix.

Enum not available on all SDKs.

* Source/WebCore/platform/ios/VideoPresentationInterfaceIOS.mm:
(WebCore::VideoPresentationInterfaceIOS::cleanupFullscreen):

Canonical link: https://commits.webkit.org/290840@main
  • Loading branch information
rsfuller authored and robert-jenner committed Feb 22, 2025
1 parent 9996e40 commit 441eaa1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,6 @@ @interface UIViewController ()
LOG(Fullscreen, "VideoPresentationInterfaceIOS::cleanupFullscreen(%p)", this);

if (this->cleanupExternalPlayback()) {
ASSERT(m_currentMode == HTMLMediaElementEnums::VideoFullscreenModeNone);
return;
}

Expand Down

0 comments on commit 441eaa1

Please sign in to comment.