mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
layout: script: Fix build.
This commit is contained in:
parent
750c223021
commit
895946bb18
23 changed files with 141 additions and 98 deletions
|
@ -959,7 +959,7 @@ fn inner_text_collection_steps<N: LayoutNode>(node: N,
|
|||
};
|
||||
|
||||
// Step 2.
|
||||
if style.get_inheritedbox().visibility != Visibility::Visible {
|
||||
if style.get_inherited_box().visibility != Visibility::Visible {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue