[Webkit-unassigned] [Bug 207101] New: Build error with -DENABLE_VIDEO=OFF after r253923

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 2 06:07:49 PST 2020


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

            Bug ID: 207101
           Summary: Build error with -DENABLE_VIDEO=OFF after r253923
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: psaavedra at igalia.com

```
../../Source/WebCore/page/Page.cpp:2872:18: error: ‘class WebCore::Document’ has no member named ‘forEachMediaElement’; did you mean ‘focusedElement’?
```
... but:

```
#if ENABLE(VIDEO)
    void forEachMediaElement(const Function<void(HTMLMediaElement&)>&);
#endif
```

... `Source/WebCore/dom/Document.h`.

-- 
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/20200202/2403d243/attachment.htm>


More information about the webkit-unassigned mailing list