mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Rename variable
Signed-off-by: Keith Yeung <kungfukeith11@gmail.com>
This commit is contained in:
parent
a3297c5f4f
commit
a1d00237a9
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ impl HTMLMetaElement {
|
|||
};
|
||||
last_atom.trim()
|
||||
},
|
||||
a => a.trim(),
|
||||
val => val.trim(),
|
||||
};
|
||||
if !attr_val.is_empty() {
|
||||
doc.set_referrer_policy(determine_policy_for_token(attr_val));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue