mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Use Foo_Binding instead of FooBinding for namespace modules (#30447)
* Update Codegen.py to emit Foo_Binding instead of FooBinding * s/FooBinding/Foo_Binding/g
This commit is contained in:
parent
67f2f98a93
commit
ebd41d4101
63 changed files with 102 additions and 86 deletions
|
@ -10,7 +10,7 @@ use js::rust::HandleObject;
|
|||
|
||||
use crate::dom::bindings::callback::ExceptionHandling;
|
||||
use crate::dom::bindings::cell::DomRefCell;
|
||||
use crate::dom::bindings::codegen::Bindings::MutationObserverBinding::MutationObserverBinding::MutationObserverMethods;
|
||||
use crate::dom::bindings::codegen::Bindings::MutationObserverBinding::MutationObserver_Binding::MutationObserverMethods;
|
||||
use crate::dom::bindings::codegen::Bindings::MutationObserverBinding::{
|
||||
MutationCallback, MutationObserverInit,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue