gecko-dev/accessible/windows/sdn
Masayuki Nakano 450b71f763 Bug 1612085 - part 1: Hide constructor of `nsRange` r=smaug
`nsRange` instances are allocated a lot in the heap especially by editor and
spellchecker.  The allocation cost is too bad for benchmarks.  Therefore,
we should reuse released instances as far as possible.  For managing it in
static factory methods of `nsRange`, we need to hide `nsRange` constructor.

Differential Revision: https://phabricator.services.mozilla.com/D61237

--HG--
extra : moz-landing-system : lando
2020-01-30 13:23:35 +00:00
..
moz.build
sdnAccessible-inl.h
sdnAccessible.cpp
sdnAccessible.h
sdnDocAccessible.cpp
sdnDocAccessible.h
sdnTextAccessible.cpp
sdnTextAccessible.h