mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 06:09:19 +00:00
![Masayuki Nakano](/assets/img/avatar_default.png)
Usually, we name methods as `GetFoo()` if they may return `nullptr`, on the other hand, we name methods as `Foo()` if they won't return `nullptr`. `RangeBoundaryBase::Container()` may return `nullptr`. So, this name may cause misleading of some developers. Let's rename it as `GetContainer()`. This does not change anything for avoiding merge conflict with the other landings. Differential Revision: https://phabricator.services.mozilla.com/D236796