Fix invalid use of ReferrerUrl

This commit is contained in:
Matthias Deiml 2020-06-16 00:35:46 +02:00
parent 23a1b0dfb9
commit 47355766ed
50 changed files with 293 additions and 830 deletions

View file

@ -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());
}
}