mirror of
https://github.com/mozilla-firefox/firefox.git
synced 2026-06-16 02:21:12 -05:00
Callers already store the return value in UniquePtr, so callsites don't need updating. This patch is just enforcing that callers do this, while also properly tracking ownership from the moment the object is allocated. Differential Revision: https://phabricator.services.mozilla.com/D305973