mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Combined DOMManipulationTask runnable variants into a single variant
This commit is contained in:
parent
68fb9ebc41
commit
d6f4dc06df
7 changed files with 22 additions and 36 deletions
|
@ -484,8 +484,7 @@ impl HTMLFormElement {
|
|||
};
|
||||
|
||||
// Step 3
|
||||
window.dom_manipulation_task_source().queue(
|
||||
DOMManipulationTask::PlannedNavigation(nav)).unwrap();
|
||||
window.dom_manipulation_task_source().queue(DOMManipulationTask::Runnable(nav)).unwrap();
|
||||
}
|
||||
|
||||
/// Interactively validate the constraints of form elements
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue