Bug 1648270: Follow-up: Fix botched rebase.

Differential Revision: https://phabricator.services.mozilla.com/D81360
This commit is contained in:
Kris Maglione 2020-06-26 16:41:39 +00:00
parent c04b0a1b46
commit 59b6d97296

View File

@ -22,7 +22,7 @@ nsTArray<nsCString> LoadIPCMessageBlacklist(const char* aPath) {
mozilla::dom::ContentParent* ProtocolFuzzerHelper::CreateContentParent(
const nsAString& aRemoteType) {
auto* cp = new mozilla::dom::ContentParent(aOpener, aRemoteType);
auto* cp = new mozilla::dom::ContentParent(aRemoteType);
// TODO: this duplicates MessageChannel::Open
cp->GetIPCChannel()->mWorkerThread = PR_GetCurrentThread();
cp->GetIPCChannel()->mMonitor = new RefCountedMonitor();