mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update shadow_root.rs (Ignore change)
This commit is contained in:
parent
12ec560dc1
commit
f789c02693
1 changed files with 3 additions and 1 deletions
|
@ -70,7 +70,9 @@ impl<'dom, LayoutDataType: LayoutDataTrait> ServoShadowRoot<'dom, LayoutDataType
|
||||||
phantom: PhantomData,
|
phantom: PhantomData,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/// # Safety
|
||||||
|
///
|
||||||
|
/// This function should not mutate StyleSharedRwLockReadGuard.
|
||||||
pub unsafe fn flush_stylesheets(
|
pub unsafe fn flush_stylesheets(
|
||||||
&self,
|
&self,
|
||||||
stylist: &mut Stylist,
|
stylist: &mut Stylist,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue