Skip to content
Snippets Groups Projects
Commit 51d13a01 authored by Marco Simonelli's avatar Marco Simonelli Committed by Pier Angelo Vendrame
Browse files

BB 41459: WebRTC fails to build under mingw (Part 6)

- fixes required to build dom/media/systemservices
parent fe9ccd07
No related branches found
No related tags found
1 merge request!1500TB 43415: Rebased onto 134.0a1
......@@ -25,7 +25,7 @@ namespace webrtc {
void DesktopSource::setScreenId(ScreenId aId) { mScreenId = aId; }
void DesktopSource::setName(nsCString&& aName) { mName = std::move(aName); }
void DesktopSource::setUniqueId(nsCString&& aId) { mUniqueId = std::move(aId); }
void DesktopSource::setPid(const int aPid) { mPid = aPid; }
void DesktopSource::setPid(const pid_t aPid) { mPid = aPid; }
ScreenId DesktopSource::getScreenId() const { return mScreenId; }
const nsCString& DesktopSource::getName() const { return mName; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment