summaryrefslogtreecommitdiff
path: root/dom/webidl
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2015-11-07 17:21:23 +0100
committerPale Moon <git-repo@palemoon.org>2015-11-07 17:21:23 +0100
commitcec269552b7f12cee983e1778446d30592a04004 (patch)
tree95f8e02222a31d521ed75db89136b0ada3d172a9 /dom/webidl
parent125a9129cef3ff4a1bcb876dd8390f0b69442fa6 (diff)
downloadpalemoon-gre-cec269552b7f12cee983e1778446d30592a04004.tar.gz
Replace SVGElement's generic QuerySelector() method with nsINode::GetElementById()
Diffstat (limited to 'dom/webidl')
-rw-r--r--dom/webidl/SVGSVGElement.webidl1
1 files changed, 0 insertions, 1 deletions
diff --git a/dom/webidl/SVGSVGElement.webidl b/dom/webidl/SVGSVGElement.webidl
index 51095a675..99bb4a064 100644
--- a/dom/webidl/SVGSVGElement.webidl
+++ b/dom/webidl/SVGSVGElement.webidl
@@ -59,7 +59,6 @@ interface SVGSVGElement : SVGGraphicsElement {
SVGTransform createSVGTransform();
[Creator]
SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix);
- [Throws]
Element? getElementById(DOMString elementId);
};