mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Moved pop_current_element_queue() and push_new_element_queue() to htmlconstructor.rs
This commit is contained in:
parent
d71ff786c6
commit
83adc7b769
3 changed files with 11 additions and 11 deletions
|
@ -5719,8 +5719,8 @@ def generate_imports(config, cgthings, descriptors, callbacks=None, dictionaries
|
|||
'dom::bindings::interface::define_guarded_properties',
|
||||
'dom::bindings::htmlconstructor::html_constructor',
|
||||
'dom::bindings::interface::is_exposed_in',
|
||||
'dom::bindings::interface::pop_current_element_queue',
|
||||
'dom::bindings::interface::push_new_element_queue',
|
||||
'dom::bindings::htmlconstructor::pop_current_element_queue',
|
||||
'dom::bindings::htmlconstructor::push_new_element_queue',
|
||||
'dom::bindings::iterable::Iterable',
|
||||
'dom::bindings::iterable::IteratorType',
|
||||
'dom::bindings::namespace::NamespaceObjectClass',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue