mirror of
https://github.com/servo/servo.git
synced 2025-10-08 12:39:30 +01:00
Rename BindingDeclarations to Bindings.
This commit is contained in:
parent
488ac518e4
commit
97efd122a3
105 changed files with 120 additions and 120 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
use dom::attr::{Attr, ReplacedAttr, FirstSetAttr, AttrMethods};
|
||||
use dom::attrlist::AttrList;
|
||||
use dom::bindings::codegen::BindingDeclarations::ElementBinding;
|
||||
use dom::bindings::codegen::Bindings::ElementBinding;
|
||||
use dom::bindings::codegen::InheritTypes::{ElementDerived, NodeCast};
|
||||
use dom::bindings::js::{JS, JSRef, Temporary, TemporaryPushable};
|
||||
use dom::bindings::js::{OptionalSettable, OptionalRootable, Root};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue