From b113d549870832676433eb9112478baf5908e1a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Tue, 18 Jul 2017 11:05:48 +0200 Subject: [PATCH] stylo: Make ComputedValues::to_outer_helper private. MozReview-Commit-ID: L4VX11FgZg2 --- components/style/properties/gecko.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/gecko.mako.rs b/components/style/properties/gecko.mako.rs index 346d4b38853..4426e482b0d 100644 --- a/components/style/properties/gecko.mako.rs +++ b/components/style/properties/gecko.mako.rs @@ -165,7 +165,7 @@ impl ComputedValuesInner { unsafe { self.to_outer_helper(device.pres_context(), parent, ty, tag) } } - pub unsafe fn to_outer_helper(self, pres_context: bindings::RawGeckoPresContextBorrowed, + unsafe fn to_outer_helper(self, pres_context: bindings::RawGeckoPresContextBorrowed, parent: ParentStyleContextInfo, pseudo_ty: structs::CSSPseudoElementType, pseudo_tag: *mut structs::nsIAtom) -> Arc {