mirror of
https://github.com/servo/servo.git
synced 2025-06-23 00:24:35 +01:00
Include modules with only callbacks in BindingDeclarations.
This commit also includes improvements to the 'use' order in some of the touched files.
This commit is contained in:
parent
facc15f5fd
commit
33e64c95d3
9 changed files with 38 additions and 37 deletions
|
@ -3,8 +3,8 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use dom::bindings::callback::CallbackContainer;
|
||||
use dom::bindings::codegen::BindingDeclarations::EventHandlerBinding::EventHandlerNonNull;
|
||||
use dom::bindings::codegen::BindingDeclarations::EventListenerBinding::EventListener;
|
||||
use dom::bindings::codegen::EventHandlerBinding::EventHandlerNonNull;
|
||||
use dom::bindings::error::{Fallible, InvalidState};
|
||||
use dom::bindings::js::JSRef;
|
||||
use dom::bindings::utils::{Reflectable, Reflector};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue