Remove description for step in follow_hyperlink

This commit is contained in:
Peijun Ma 2019-01-28 01:43:29 -05:00
parent e4ffd16449
commit fe7f3ab262
No known key found for this signature in database
GPG key ID: EC4EE0BAC1F72B02

View file

@ -599,7 +599,7 @@ pub fn follow_hyperlink(
hyperlink_suffix: Option<String>,
referrer_policy: Option<ReferrerPolicy>,
) {
// Step 1: If subject cannot navigate, then return.
// Step 1.
if subject.cannot_navigate() {
return;
}