mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 14:46:02 +00:00
06a6d6e207
The renaming here is like this: SetStringBuffer -> SetKnownLiveStringBuffer SetEphemeralStringBuffer -> SetStringBuffer SetOwnedString -> SetKnownLiveString SetOwnedAtom -> SetKnownLiveAtom This should make it clearer what the lifetime expectations are on the caller side. MozReview-Commit-ID: ERHbB3r6paN