mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #24393 - servo:layout-2020, r=SimonSapin
Remove a wrong assertion <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/24393) <!-- Reviewable:end -->
This commit is contained in:
commit
26e5281bfc
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