mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Address review comments
This commit is contained in:
parent
5336dd9853
commit
6f6a62e967
9 changed files with 20 additions and 26 deletions
|
@ -46,7 +46,7 @@ macro_rules! make_uint_getter(
|
|||
/// Use #[jstraceable] on JS managed types
|
||||
macro_rules! untraceable(
|
||||
($($ty:ident),+) => (
|
||||
$(
|
||||
$(
|
||||
impl JSTraceable for $ty {
|
||||
#[inline]
|
||||
fn trace(&self, _: *mut JSTracer) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue