Bug 206522

Summary: [GTK] 2.27.4 build with ENABLE_VIDEO=OFF and ENABLE_WEB_AUDIO=OFF fails
Product: WebKit Reporter: pv
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: pnormand
Priority: P3 Keywords: Gtk
Version: WebKit Nightly Build   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
patch to disable calls to forEachMediaElement none

Description pv 2020-01-21 03:56:24 PST
Created attachment 388288 [details]
patch to disable calls to forEachMediaElement

With the following error:

[ 2113s] In file included from DerivedSources/WebCore/unified-sources/UnifiedSource-767013ce-6.cpp:5:0:
[ 2113s] ../Source/WebCore/page/Page.cpp: In lambda function:
[ 2113s] ../Source/WebCore/page/Page.cpp:2864:18: error: 'class WebCore::Document' has no member named 'forEachMediaElement'; did you mean 'focusedElement'?
[ 2113s]          document.forEachMediaElement(functor);
[ 2113s]                   ^~~~~~~~~~~~~~~~~~~
[ 2113s]                   focusedElement

patch attached
Comment 1 Philippe Normand 2020-04-07 04:10:32 PDT

*** This bug has been marked as a duplicate of bug 207101 ***