mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +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
|
@ -13,7 +13,7 @@ use dom::window::Window;
|
|||
|
||||
use js::jsapi::{JSObject, JSContext, JSTracer};
|
||||
|
||||
use servo_util::tree::TreeNodeRef;
|
||||
use servo_util::tree::{TreeNodeRef, ElementLike};
|
||||
|
||||
use std::libc;
|
||||
use std::ptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue