[Webkit-unassigned] [Bug 152431] New: Fix the !ENABLE(VIDEO) build after r192953 for <picture> element introduction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 18 10:13:12 PST 2015


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

            Bug ID: 152431
           Summary: Fix the !ENABLE(VIDEO) build after r192953 for
                    <picture> element introduction
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: olivier.blin at softathome.com
                CC: dino at apple.com, hyatt at apple.com, ossy at webkit.org,
                    zan at falconsigh.net

Since r192953, HTMLSourceElement is built even if video is disabled, since it is used by the picture element.

But this breaks build with -no-video, since HTMLMediaElement usage should be guarded by VIDEO guards, and its JS bindings were still under a video conditional.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151218/c998db4e/attachment.html>


More information about the webkit-unassigned mailing list