Bug 202734 - [WPE][GTK] Build fails with ENABLE_MEDIA_STREAM=OFF after r250900
Summary: [WPE][GTK] Build fails with ENABLE_MEDIA_STREAM=OFF after r250900
Status: RESOLVED DUPLICATE of bug 202630
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adrian Perez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-09 02:13 PDT by Adrian Perez
Modified: 2022-02-10 16:27 PST (History)
7 users (show)

See Also:


Attachments
Patch (1.46 KB, patch)
2019-10-09 02:42 PDT, Adrian Perez
no flags Details | Formatted Diff | Diff

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