From b4a0d5b8570a12b309fc06f679ba040850c6fed3 Mon Sep 17 00:00:00 2001 From: Keith Yeung Date: Wed, 13 Jan 2016 13:26:07 -0500 Subject: [PATCH] Add instructions to update create.rs when adding new DOM interfaces --- components/script/dom/mod.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index 38abcd56ddd..54f7486797a 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -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). //!