mirror of
https://github.com/servo/servo.git
synced 2025-07-25 16:20:36 +01:00
Remove description for step in follow_hyperlink
This commit is contained in:
parent
e4ffd16449
commit
fe7f3ab262
1 changed files with 1 additions and 1 deletions
|
@ -599,7 +599,7 @@ pub fn follow_hyperlink(
|
||||||
hyperlink_suffix: Option<String>,
|
hyperlink_suffix: Option<String>,
|
||||||
referrer_policy: Option<ReferrerPolicy>,
|
referrer_policy: Option<ReferrerPolicy>,
|
||||||
) {
|
) {
|
||||||
// Step 1: If subject cannot navigate, then return.
|
// Step 1.
|
||||||
if subject.cannot_navigate() {
|
if subject.cannot_navigate() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue