Loading
Bug 2045185 - Fix bustage from stride type mismatch. a=bustage
stride is a plain size_t on esr140 (GetAlignedStride's Maybe<> return type was never backported), so the .value() call from the backport fails to compile.
stride is a plain size_t on esr140 (GetAlignedStride's Maybe<> return type was never backported), so the .value() call from the backport fails to compile.