mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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,
|
||||
}
|
||||
}
|
||||
|
||||
/// # Safety
|
||||
///
|
||||
/// This function should not mutate StyleSharedRwLockReadGuard.
|
||||
pub unsafe fn flush_stylesheets(
|
||||
&self,
|
||||
stylist: &mut Stylist,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue