mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
|
@ -201,7 +201,7 @@ pub struct LayoutDataRef {
|
|||
pub data_cell: RefCell<Option<LayoutData>>,
|
||||
}
|
||||
|
||||
untraceable!(LayoutDataRef)
|
||||
no_jsmanaged_fields!(LayoutDataRef)
|
||||
|
||||
impl LayoutDataRef {
|
||||
pub fn new() -> LayoutDataRef {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue