mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
auto merge of #1259 : Ms2ger/servo/get-attr, r=jdm
This commit is contained in:
commit
0df8c2a34f
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ impl<'self> Element {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn get_attribute<'a>(&'a self,
|
||||
pub fn get_attribute(&self,
|
||||
namespace_url: Option<DOMString>,
|
||||
name: &str) -> Option<@mut Attr> {
|
||||
let namespace = Namespace::from_str(namespace_url);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue