Add instructions to update create.rs when adding new DOM interfaces

This commit is contained in:
Keith Yeung 2016-01-13 13:26:07 -05:00
parent 0b5dda3e9c
commit b4a0d5b857

View file

@ -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).
//!