Bug 242309 - [GTK] Build failure with ENABLE_MEDIA_CAPTURE=ON
Summary: [GTK] Build failure with ENABLE_MEDIA_CAPTURE=ON
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adrian Perez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-07-04 04:09 PDT by Adrian Perez
Modified: 2022-07-04 04:50 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Perez 2022-07-04 04:09:02 PDT
Configuring “main” with a manual CMake invocation that includes -DENABLE_MEDIA_CAPTURE=ON:

../Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElement.cpp:969:79: error: no viable conversion from 'WTF::String' to 'const WTF::AtomString'
    item->setAttributeWithoutSynchronization(WebCore::HTMLNames::captureAttr, convertedValue);
                                                                              ^~~~~~~~~~~~~~
Comment 1 Adrian Perez 2022-07-04 04:18:07 PDT
Pull request: https://github.com/WebKit/WebKit/pull/2052
Comment 2 EWS 2022-07-04 04:49:33 PDT
Committed 252113@main (47ee94dc05bc): <https://commits.webkit.org/252113@main>

Reviewed commits have been landed. Closing PR #2052 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-07-04 04:50:13 PDT
<rdar://problem/96392863>