Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d349d259cae27c4cb875835e1a22201880ed711e
      
https://github.com/WebKit/WebKit/commit/d349d259cae27c4cb875835e1a22201880ed711e
  Author: Wenson Hsieh <wenson_hs...@apple.com>
  Date:   2025-03-10 (Mon, 10 Mar 2025)

  Changed paths:
    M Source/WebCore/html/MediaElementSession.cpp
    M Source/WebKit/UIProcess/WebPageProxy.cpp

  Log Message:
  -----------
  [Media Stream] Fix a couple of incorrect compile-time guards in media code
https://bugs.webkit.org/show_bug.cgi?id=289470

Reviewed by Aditya Keerthi.

Fix a couple of compile-time flags that were meant to guard against 
`ENABLE(MEDIA_STREAM)`, but
were instead checking against `PLATFORM(MEDIA_STREAM)` (which is never set).

* Source/WebCore/html/MediaElementSession.cpp:
(WebCore::MediaElementSession::requiresFullscreenForVideoPlayback const):

Canonical link: https://commits.webkit.org/291923@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to