Skip to content

Commit

Permalink
style: Rename Gecko_GetParentNode to Gecko_GetFlattenedTreeParentNode.
Browse files Browse the repository at this point in the history
  • Loading branch information
heycam committed Jun 9, 2017
1 parent 95bdcea commit c465dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/style/gecko/wrapper.rs
Expand Up @@ -283,7 +283,7 @@ impl<'ln> TNode for GeckoNode<'ln> {
if fast_path {
unsafe { self.0.mParent.as_ref().map(GeckoNode) }
} else {
unsafe { bindings::Gecko_GetParentNode(self.0).map(GeckoNode) }
unsafe { bindings::Gecko_GetFlattenedTreeParentNode(self.0).map(GeckoNode) }
}
}

Expand Down

0 comments on commit c465dd0

Please sign in to comment.