diff options
Diffstat (limited to 'components/script/dom/webidls/SVGSVGElement.webidl')
-rw-r--r-- | components/script/dom/webidls/SVGSVGElement.webidl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/script/dom/webidls/SVGSVGElement.webidl b/components/script/dom/webidls/SVGSVGElement.webidl index 11e8386a6fd..bef4b08c7d4 100644 --- a/components/script/dom/webidls/SVGSVGElement.webidl +++ b/components/script/dom/webidls/SVGSVGElement.webidl @@ -40,6 +40,6 @@ interface SVGSVGElement : SVGGraphicsElement { //void forceRedraw(); }; -//SVGSVGElement implements SVGFitToViewBox; -//SVGSVGElement implements SVGZoomAndPan; -//SVGSVGElement implements WindowEventHandlers; +//SVGSVGElement includes SVGFitToViewBox; +//SVGSVGElement includes SVGZoomAndPan; +//SVGSVGElement includes WindowEventHandlers; |