Bug 244680
Summary: | REGRESSION(253383@main): Build broken with ENABLE(VIDEO) disabled | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adrian Perez <aperez> |
Component: | Tools / Tests | Assignee: | Adrian Perez <aperez> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Adrian Perez
In file included from /home/aperez/buildroot/output-rpi4test/build/wpewebkit-custom/WebCore/DerivedSources/unified-sources/UnifiedSource-be65d27a-10.cpp:4:
/home/aperez/buildroot/output-rpi4test/build/wpewebkit-custom/Source/WebCore/dom/FragmentDirectiveRangeFinder.cpp: In function ‘bool WebCore::FragmentDirectiveRangeFinder::isSearchInvisible(const WebCore::Node&)’:
/home/aperez/buildroot/output-rpi4test/build/wpewebkit-custom/Source/WebCore/dom/FragmentDirectiveRangeFinder.cpp:70:15: error: ‘HTMLAudioElement’ was not declared in this scope; did you mean ‘HTMLVideoElement’?
70 | || is<HTMLAudioElement>(node))
| ^~~~~~~~~~~~~~~~
| HTMLVideoElement
/home/aperez/buildroot/output-rpi4test/build/wpewebkit-custom/Source/WebCore/dom/FragmentDirectiveRangeFinder.cpp:70:37: error: no matching function for call to ‘is<<expression error
> >(const WebCore::Node&)’
70 | || is<HTMLAudioElement>(node))
| ^
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adrian Perez
Also:
/home/aperez/buildroot/output-rpi4test/build/wpewebkit-custom/Source/WebCore/page/ContextMenuController.cpp:1291:95: error: ‘contextMenuItemTagShowMediaStats’ was not declared in this scope; did you mean ‘ContextMenuItemTagShowMediaStats’?
1291 | ContextMenuItem ShowMediaStats(CheckableActionType, ContextMenuItemTagShowMediaStats, contextMenuItemTagShowMediaStats());
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ContextMenuItemTagShowMediaStats
Adrian Perez
Pull request: https://github.com/WebKit/WebKit/pull/3925
EWS
Committed 254094@main (6989aa1a1476): <https://commits.webkit.org/254094@main>
Reviewed commits have been landed. Closing PR #3925 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/99480443>