mirror of
https://github.com/servo/servo.git
synced 2025-06-18 22:34:30 +01:00
Move Element::get_attr to a trait defined in util::tree
… and add a get_local_name() method to that trait.
This commit is contained in:
parent
f38b4ab9bb
commit
62f1f03c16
10 changed files with 32 additions and 13 deletions
|
@ -26,7 +26,7 @@ use hubbub::hubbub;
|
|||
use servo_msg::constellation_msg::{ConstellationChan, SubpageId};
|
||||
use servo_net::image_cache_task::ImageCacheTask;
|
||||
use servo_net::resource_task::{Load, Payload, Done, ResourceTask};
|
||||
use servo_util::tree::TreeNodeRef;
|
||||
use servo_util::tree::{TreeNodeRef, ElementLike};
|
||||
use servo_util::url::make_url;
|
||||
use extra::url::Url;
|
||||
use extra::future::{Future, from_port};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue