Skip to content

Commit 69d27e3

Browse files
committed
Further changes required by Servo
1 parent bb4066d commit 69d27e3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

components/script/layout_dom/element.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -459,11 +459,6 @@ impl<'dom, LayoutDataType: LayoutDataTrait> style::dom::TElement
459459
) -> euclid::default::Size2D<Option<app_units::Au>> {
460460
todo!();
461461
}
462-
463-
fn anchors_relative_selector(&self) -> bool {
464-
self.element
465-
.has_selector_flags(ElementSelectorFlags::ANCHORS_RELATIVE_SELECTOR)
466-
}
467462
}
468463

469464
impl<'dom, LayoutDataType: LayoutDataTrait> ::selectors::Element

0 commit comments

Comments
 (0)