зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
e0bda6ceaf
Коммит
8736111b91
|
@ -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();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче