mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01: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) {
|
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
|
if self
|
||||||
.ongoing_inline_formatting_context
|
.ongoing_inline_formatting_context
|
||||||
.inline_level_boxes
|
.inline_level_boxes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue