Bug 242309

Summary: [GTK] Build failure with ENABLE_MEDIA_CAPTURE=ON
Product: WebKit Reporter: Adrian Perez <aperez>
Component: Tools / TestsAssignee: Adrian Perez <aperez>
Status: RESOLVED FIXED    
Severity: Normal CC: philn, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   

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>