Bug 1411056 - SVGSVGElement: Remove unnecessary parentheses in declaration of 'NS_NewSVGSVGElement' r=dholbert

MozReview-Commit-ID: 19CPiRBJEP1

--HG--
extra : rebase_source : 0f4c017e05412e85df73a406b79c1ee2a70582a4
This commit is contained in:
Sylvestre Ledru 2017-10-23 23:38:36 +02:00
Родитель e0bda6ceaf
Коммит 8736111b91
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -82,9 +82,9 @@ protected:
FromParser aFromParser);
virtual JSObject* WrapNode(JSContext *aCx, JS::Handle<JSObject*> aGivenProto) override;
friend nsresult (::NS_NewSVGSVGElement(nsIContent **aResult,
already_AddRefed<mozilla::dom::NodeInfo>&& aNodeInfo,
mozilla::dom::FromParser aFromParser));
friend nsresult ::NS_NewSVGSVGElement(nsIContent **aResult,
already_AddRefed<mozilla::dom::NodeInfo>&& aNodeInfo,
mozilla::dom::FromParser aFromParser);
~SVGSVGElement();