mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add instructions to update create.rs when adding new DOM interfaces
This commit is contained in:
parent
0b5dda3e9c
commit
b4a0d5b857
1 changed files with 3 additions and 1 deletions
|
@ -186,7 +186,9 @@
|
|||
//! superclass or `Reflector` member, and other members as appropriate;
|
||||
//! * implementing the
|
||||
//! `dom::bindings::codegen::Bindings::FooBindings::FooMethods` trait for
|
||||
//! `&'a Foo`.
|
||||
//! `&'a Foo`;
|
||||
//! * adding/updating the match arm in create_element in
|
||||
//! `components/script/dom/create.rs` (only applicable to new `HTMLElement`s)
|
||||
//!
|
||||
//! More information is available in the [bindings module](bindings/index.html).
|
||||
//!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue