mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 05:45:33 +00:00
![Nicolas B. Pierron](/assets/img/avatar_default.png)
Sprinter::jsprintf is nowadays the same as GenericPrinter::printf which Sprinter inherit from. This patch removes all calls to Sprinter::jsprintf and replaces them by Sprinter::printf. The advantage of using GenericPrinter::printf is that this reduce the dependency on Sprinter-specific interface and moves us toward being able to move more consumers over to the GenericPrinter. Differential Revision: https://phabricator.services.mozilla.com/D181500