[Webkit-unassigned] [Bug 257114] New: Fix break with MODERN_MEDIA_CONTROLS disabled after 264293 at main

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 22 01:02:20 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=257114

            Bug ID: 257114
           Summary: Fix break with MODERN_MEDIA_CONTROLS disabled after
                    264293 at main
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Yousuke.Kimoto at sony.com

A build break happens with MODERN_MEDIA_CONTROLS disabled after 264293 at main.

https://github.com/WebKit/WebKit/commit/0ee37c4333af683443d1934d4cbb137bfcc7cb26#diff-7ac4f7324d9124e084a5beb893df1cebec8aaf139685b7a8675eba3b35a942edR108-R119
>     enum class SourceType : uint8_t {
>        File,
>        HLS,
>        MediaSource,
>        ManagedMediaSource,
>        MediaStream,
>        LiveStream,
>        StoredStream,
>    };
>
>    std::optional<SourceType> sourceType() const;

These code should be blocked by "ENABLE(MODERN_MEDIA_CONTROLS)"

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230522/0bb91d8f/attachment.htm>


More information about the webkit-unassigned mailing list