mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix invalid use of ReferrerUrl
This commit is contained in:
parent
23a1b0dfb9
commit
47355766ed
50 changed files with 293 additions and 830 deletions
|
@ -2365,7 +2365,7 @@ impl GlobalScope {
|
|||
return Referrer::Client(url);
|
||||
} else {
|
||||
// Substep 3.2
|
||||
return Referrer::ReferrerUrl(self.get_url());
|
||||
return Referrer::Client(self.get_url());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue