Bug 206522 - [GTK] 2.27.4 build with ENABLE_VIDEO=OFF and ENABLE_WEB_AUDIO=OFF fails
Summary: [GTK] 2.27.4 build with ENABLE_VIDEO=OFF and ENABLE_WEB_AUDIO=OFF fails
Status: RESOLVED DUPLICATE of bug 207101
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P3 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2020-01-21 03:56 PST by pv
Modified: 2020-04-07 04:10 PDT (History)
1 user (show)

See Also:


Attachments
patch to disable calls to forEachMediaElement (562 bytes, patch)
2020-01-21 03:56 PST, pv
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 ***