mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Rename untraceable!() to no_jsmanaged_fields!(). References issue #3671
This commit is contained in:
parent
d1a1ac7e28
commit
85f746f9b9
6 changed files with 26 additions and 26 deletions
|
@ -164,7 +164,7 @@ macro_rules! make_uint_setter(
|
|||
|
||||
/// For use on non-jsmanaged types
|
||||
/// Use #[jstraceable] on JS managed types
|
||||
macro_rules! untraceable(
|
||||
macro_rules! no_jsmanaged_fields(
|
||||
($($ty:ident),+) => (
|
||||
$(
|
||||
impl JSTraceable for $ty {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue