Bug 202734

Summary: [WPE][GTK] Build fails with ENABLE_MEDIA_STREAM=OFF after r250900
Product: WebKit Reporter: Adrian Perez <aperez>
Component: Tools / TestsAssignee: Adrian Perez <aperez>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: annulen, cgarcia, clopez, eric.carlson, ggaren, rniwa, youennf
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Adrian Perez 2019-10-09 02:13:14 PDT
Compiler error:

../Source/WebCore/dom/Document.cpp:3991:14: error: use of undeclared identifier 'MediaStreamTrack'
    state |= MediaStreamTrack::captureState(*this);
             ^
Comment 1 Adrian Perez 2019-10-09 02:42:30 PDT
Created attachment 380524 [details]
Patch
Comment 2 Adrian Perez 2019-10-09 02:45:04 PDT
I think the patch is correct, but I would appreciate if Youenn
can take a quick look, as he was the author of r250900 — thanks
in advance!
Comment 3 Adrian Perez 2019-10-09 02:50:59 PDT
Fujii beet me with the exact same change in r250906, closing.

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