mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Rename fn get_form_datum to form_datum
This commit is contained in:
parent
814afd6537
commit
2d503c8281
2 changed files with 2 additions and 2 deletions
|
@ -414,7 +414,7 @@ impl HTMLFormElement {
|
|||
HTMLElementTypeId::HTMLInputElement => {
|
||||
let input = child.downcast::<HTMLInputElement>().unwrap();
|
||||
// Step 3.2-3.7
|
||||
if let Some(datum) = input.get_form_datum(submitter) {
|
||||
if let Some(datum) = input.form_datum(submitter) {
|
||||
data_set.push(datum);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue