mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 05:30:29 +00:00
1f15b5f8cb
Previously it was possible to not have mBoundarySet so we just bailed in OnStopRequest - but after Bug 1321612 that is not possible, and we call OnStopRequest with NS_ERROR_CORRUPTED_CONTENT. This patch removes the check for the boundary, allowing the code to call `mFinalListener->OnStopRequest(request, aStatus)` instead of hanging. Differential Revision: https://phabricator.services.mozilla.com/D93340