Add sugar for already_AddRefed and use it for conversion between Atom and nsIAtom pointer.

This commit is contained in:
Xidorn Quan 2017-05-21 13:06:31 +10:00
parent 1602edb04a
commit 2b1f7f6081
6 changed files with 75 additions and 25 deletions

View file

@ -4,6 +4,7 @@
//! Rust sugar and convenience methods for Gecko types.
mod already_addrefed;
mod ns_com_ptr;
mod ns_compatibility;
mod ns_css_shadow_array;