mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Hook the recursive invalidation traversal up to the stack checker machinery.
MozReview-Commit-ID: 3tX3gHFTBT
This commit is contained in:
parent
2136dd2bb7
commit
8c3cc9ba1f
4 changed files with 33 additions and 13 deletions
|
@ -3701,6 +3701,6 @@ pub extern "C" fn Servo_ProcessInvalidations(set: RawServoStyleSetBorrowed,
|
|||
let mut data = data.as_mut().map(|d| &mut **d);
|
||||
|
||||
if let Some(ref mut data) = data {
|
||||
data.invalidate_style_if_needed(element, &shared_style_context);
|
||||
data.invalidate_style_if_needed(element, &shared_style_context, None);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue