Auto merge of #8852 - servo:visited-issue-link, r=SimonSapin

Add link to issue for :visited

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8852)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-12-06 02:06:40 +05:30
commit 2af23dc061

View file

@ -1698,6 +1698,7 @@ impl<'a> ::selectors::Element for Root<Element> {
#[inline]
fn is_visited_link(&self) -> bool {
// https://github.com/servo/servo/issues/8718
false
}