Page MenuHomePhabricator

Do not use global context in ContentHandler::createTextSlotDiffRenderer
Open, Needs TriagePublic

Event Timeline

ContentHandler::createTextSlotDiffRenderer() only needs a MessageLocalizer, not a full IContextSource, so maybe we should only require that. On the other hand, for symmetry with the other getSlotDiffRendererX methods, it would also make sense to require a full IContextSource.