+0
−16
+0
−15
Loading
IsSyncPagePrinting() only had one implementation which unconditionally returned true. So, any code that was conditioned on !IsSyncPagePrinting() is necessarily dead/unreachable. These are also crashing due to a null deref in mPrintTarget which might happen if print is aborted. Differential Revision: https://phabricator.services.mozilla.com/D140988