Bug 1383501: Follow-up: Remove unnecessary assertion; r=bustage

This commit is contained in:
Aaron Klotz 2017-08-29 11:32:19 -06:00
parent 7d3c0b75e7
commit 436ebb0970

View File

@ -333,7 +333,6 @@ GetOBJREFSize(NotNull<IStream*> aStream)
return 0;
}
MOZ_ASSERT(clsid == CLSID_StdMarshal);
if (clsid != CLSID_StdMarshal) {
// We can only calulate the size if the payload is a standard OBJREF as
// identified by clsid == CLSID_StdMarshal.