aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/query.rs
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2018-06-23 14:43:07 -0400
committerGitHub <noreply@github.com>2018-06-23 14:43:07 -0400
commit16bdf9225dd979feeea1580f78041016ce41643f (patch)
treef487cf458fcd1f4882e289404f2988847718c89c /components/layout/query.rs
parentd70e131247fcd5fb8ad2aad98a38e61e5f738cf2 (diff)
parent895946bb186a194d1545e4782715f074cc8f8f6c (diff)
downloadservo-16bdf9225dd979feeea1580f78041016ce41643f.tar.gz
servo-16bdf9225dd979feeea1580f78041016ce41643f.zip
Auto merge of #21088 - emilio:gecko-sync, r=emilio
style: Import changes from mozilla-central. See each individual commit for details.
Diffstat (limited to 'components/layout/query.rs')
-rw-r--r--components/layout/query.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/query.rs b/components/layout/query.rs
index b52d415939f..408e220dfe4 100644
--- a/components/layout/query.rs
+++ b/components/layout/query.rs
@@ -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;
}