mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
Auto merge of #5536 - jdm:devtools_uint, r=Ms2ger
This commit is contained in:
commit
48ee05620d
7 changed files with 28 additions and 29 deletions
|
@ -902,7 +902,7 @@ impl<'a> NodeHelpers<'a> for JSRef<'a, Node> {
|
|||
uniqueId: unique_id.clone(),
|
||||
baseURI: self.GetBaseURI().unwrap_or("".to_owned()),
|
||||
parent: self.GetParentNode().root().map(|node| node.r().get_unique_id()).unwrap_or("".to_owned()),
|
||||
nodeType: self.NodeType() as usize,
|
||||
nodeType: self.NodeType(),
|
||||
namespaceURI: "".to_owned(), //FIXME
|
||||
nodeName: self.NodeName(),
|
||||
numChildren: self.ChildNodes().root().r().Length() as usize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue