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

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

- fixes required to build dom/media/systemservices
parent 409c716a
No related branches found
No related tags found
1 merge request!940Bug 42448: Rebase Tor Browser stable onto Firefox 115.9.0esr
......@@ -66,7 +66,7 @@ void DesktopDisplayDevice::setUniqueIdName(const char* aDeviceUniqueIdUTF8) {
SetStringMember(&mDeviceUniqueIdUTF8, aDeviceUniqueIdUTF8);
}
void DesktopDisplayDevice::setPid(const int aPid) { mPid = aPid; }
void DesktopDisplayDevice::setPid(const pid_t aPid) { mPid = aPid; }
ScreenId DesktopDisplayDevice::getScreenId() { return mScreenId; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment