mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Move Attr helper methods to AttrHelpers trait to avoid to touch them from layout task.
This commit is contained in:
parent
842823e321
commit
b73b06b9a8
9 changed files with 45 additions and 34 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
//! The core DOM types. Defines the basic DOM hierarchy as well as all the HTML elements.
|
||||
|
||||
use dom::attr::Attr;
|
||||
use dom::attr::{Attr, AttrHelpers};
|
||||
use dom::bindings::codegen::Bindings::AttrBinding::AttrMethods;
|
||||
use dom::bindings::codegen::Bindings::CharacterDataBinding::CharacterDataMethods;
|
||||
use dom::bindings::codegen::Bindings::DocumentBinding::DocumentMethods;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue