layout: Fix servo build.

This commit is contained in:
Emilio Cobos Álvarez 2019-05-25 03:55:18 +02:00
parent ac01c76e5e
commit 70635e7815
2 changed files with 2 additions and 2 deletions

View file

@ -2793,7 +2793,7 @@ impl Fragment {
let mut overflow = Overflow::from_rect(&border_box);
// Box shadows cause us to draw outside our border box.
for box_shadow in &self.style().get_effects().box_shadow.0 {
for box_shadow in &*self.style().get_effects().box_shadow.0 {
let offset = Vector2D::new(
Au::from(box_shadow.base.horizontal),
Au::from(box_shadow.base.vertical),