mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
3d1c6d4ceb
The remaining uses of XPIDL's definition of nsrefcnt in Rust are all now related to the return type of nsISupport's AddRef and Release methods. The C++ name of the return types is MozExternalRefCountType, not nsrefcnt (which is something else entirely), so use a more accurate name. I can't use the C++ definition, because it is in C++, and I eventually want to remove the XPIDL definition, because it isn't accurate for C++, so in this patch I'll make a specific one for Rust, so the code is a little easier to read. Differential Revision: https://phabricator.services.mozilla.com/D159322 |
||
---|---|---|
.. | ||
gecko_logger | ||
gkrust_utils | ||
gtest | ||
moz_task | ||
nserror | ||
nsstring | ||
xpcom |