mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove a wrong assertion
This commit is contained in:
parent
7371c8689d
commit
e90fae52e5
1 changed files with 0 additions and 5 deletions
|
@ -498,11 +498,6 @@ where
|
|||
}
|
||||
|
||||
fn end_ongoing_inline_formatting_context(&mut self) {
|
||||
assert!(
|
||||
self.ongoing_inline_boxes_stack.is_empty(),
|
||||
"there should be no ongoing inline level boxes",
|
||||
);
|
||||
|
||||
if self
|
||||
.ongoing_inline_formatting_context
|
||||
.inline_level_boxes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue