mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-14 20:16:10 +00:00

TimeStamp::ProcessCreations()'s aIsInconsistent outparam is ignored by the majority of its caller. This patch makes it optional. Notably, this makes ProcessCreation() easier to use in a constructor's initializer list.