From 8736111b916c9ed8eeb1a1df799e06dadf70d5ab Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 23 Oct 2017 23:38:36 +0200 Subject: [PATCH] Bug 1411056 - SVGSVGElement: Remove unnecessary parentheses in declaration of 'NS_NewSVGSVGElement' r=dholbert MozReview-Commit-ID: 19CPiRBJEP1 --HG-- extra : rebase_source : 0f4c017e05412e85df73a406b79c1ee2a70582a4 --- dom/svg/SVGSVGElement.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dom/svg/SVGSVGElement.h b/dom/svg/SVGSVGElement.h index c3f0b5a7b5cf..9cca6c2539af 100644 --- a/dom/svg/SVGSVGElement.h +++ b/dom/svg/SVGSVGElement.h @@ -82,9 +82,9 @@ protected: FromParser aFromParser); virtual JSObject* WrapNode(JSContext *aCx, JS::Handle aGivenProto) override; - friend nsresult (::NS_NewSVGSVGElement(nsIContent **aResult, - already_AddRefed&& aNodeInfo, - mozilla::dom::FromParser aFromParser)); + friend nsresult ::NS_NewSVGSVGElement(nsIContent **aResult, + already_AddRefed&& aNodeInfo, + mozilla::dom::FromParser aFromParser); ~SVGSVGElement();