summaryrefslogtreecommitdiffstats
path: root/dom/svg/SVGSwitchElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/svg/SVGSwitchElement.h')
-rw-r--r--dom/svg/SVGSwitchElement.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/dom/svg/SVGSwitchElement.h b/dom/svg/SVGSwitchElement.h
index c244c0fe51..68c22e8f71 100644
--- a/dom/svg/SVGSwitchElement.h
+++ b/dom/svg/SVGSwitchElement.h
@@ -50,9 +50,6 @@ class SVGSwitchElement final : public SVGSwitchElementBase {
nsresult Clone(dom::NodeInfo*, nsINode** aResult) const override;
private:
- void UpdateActiveChild() { mActiveChild = FindActiveChild(); }
- nsIContent* FindActiveChild() const;
-
// only this child will be displayed
nsCOMPtr<nsIContent> mActiveChild;
};