[Webkit-unassigned] [Bug 189506] New: Add missing #if ENABLE(VIDEO) WebProcess/FullScreen/WebFullScreenManager.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 11 10:48:24 PDT 2018


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

            Bug ID: 189506
           Summary: Add missing #if ENABLE(VIDEO)
                    WebProcess/FullScreen/WebFullScreenManager.cpp
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: psaavedra at igalia.com

the use of `m_pipStandbyElement` must be guarded with ENABLE(VIDEO), otherwise a compilation error occurs with the VIDEO feature turned off


m_pipStandbyElement is only defined in Source/WebKit/WebProcess/FullScreen/WebFullScreenManager.h when ENABLE(VIDEO):


```
#if ENABLE(VIDEO)
    RefPtr<WebCore::HTMLVideoElement> m_pipStandbyElement;
#endif
```

-- 
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/20180911/139d1398/attachment.html>


More information about the webkit-unassigned mailing list