mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Update shadow_root.rs
Removed the ``` # Safety ``` section from components/script/layout_dom
This commit is contained in:
parent
076e1dd7e5
commit
12ec560dc1
1 changed files with 0 additions and 3 deletions
|
@ -71,9 +71,6 @@ impl<'dom, LayoutDataType: LayoutDataTrait> ServoShadowRoot<'dom, LayoutDataType
|
|||
}
|
||||
}
|
||||
|
||||
/// # 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