Bug 1434822 part 1: Disable COM ping functionality for our parent process instead of for external processes. r=aklotz

MozReview-Commit-ID: 2ayfzIxh8Lo

--HG--
extra : rebase_source : 2ff14410152493c5bcaa4f0e34aa0a67d66a78ed
This commit is contained in:
James Teh 2018-02-01 15:42:24 +10:00
parent fdf11165d8
commit 5f27445039

View File

@ -103,7 +103,7 @@ FastMarshaler::GetMarshalFlags(DWORD aDestContext, DWORD aMshlFlags)
return aMshlFlags;
}
if (!IsCallerExternalProcess()) {
if (IsCallerExternalProcess()) {
return aMshlFlags;
}