aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/servo_selector_impl.rs
diff options
context:
space:
mode:
authorBobby Holley <bobbyholley@gmail.com>2016-11-02 13:17:34 -0700
committerBobby Holley <bobbyholley@gmail.com>2016-11-07 10:07:34 -0800
commitb69fdad8e44d77b5a946ee4155ab3da3320d93cd (patch)
tree486b52660b7f9f6816fbc78db822b98a52c483cc /components/style/servo_selector_impl.rs
parent958806512054edc1cdf6522e5a882c2c8d692fe1 (diff)
downloadservo-b69fdad8e44d77b5a946ee4155ab3da3320d93cd.tar.gz
servo-b69fdad8e44d77b5a946ee4155ab3da3320d93cd.zip
Stop using associated types for the concrete ElementSnapshot implementation.
MozReview-Commit-ID: LS23s2RbMBg
Diffstat (limited to 'components/style/servo_selector_impl.rs')
-rw-r--r--components/style/servo_selector_impl.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/style/servo_selector_impl.rs b/components/style/servo_selector_impl.rs
index f0dd0b3695c..9e5516da9cc 100644
--- a/components/style/servo_selector_impl.rs
+++ b/components/style/servo_selector_impl.rs
@@ -384,8 +384,6 @@ impl MatchAttrGeneric for ServoElementSnapshot {
}
impl<E: Element<Impl=TheSelectorImpl>> ElementExt for E {
- type Snapshot = ServoElementSnapshot;
-
fn is_link(&self) -> bool {
self.match_non_ts_pseudo_class(NonTSPseudoClass::AnyLink)
}