auto merge of #1259 : Ms2ger/servo/get-attr, r=jdm

This commit is contained in:
bors-servo 2013-11-14 15:46:25 -08:00
commit 0df8c2a34f

View file

@ -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);