Files
Andrew McCreight 402b792817 Bug 2065681, part 4 - Remove getClassObject call from unregisterFactory. r=jgraham
getClassObject is used in unregisterFactory to determine what the current
factory is so that we can unregister it, but the only caller is already
tracking it, so pass it in rather than recomputing it.

getClassObject is an odd API I am trying to eliminate, and this is really
my entire goal of this patch series.

Differential Revision: https://phabricator.services.mozilla.com/D320609
2026-09-11 04:12:43 +00:00
..