mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix invalid use of ReferrerUrl
This commit is contained in:
parent
23a1b0dfb9
commit
47355766ed
50 changed files with 293 additions and 830 deletions
|
@ -688,7 +688,7 @@ impl HTMLFormElement {
|
|||
LoadOrigin::Script(doc.origin().immutable().clone()),
|
||||
action_components,
|
||||
None,
|
||||
Referrer::ReferrerUrl(target_document.url()),
|
||||
target_window.upcast::<GlobalScope>().get_referrer(),
|
||||
target_document.get_referrer_policy(),
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue