Bug 1133176 - Remoe commented out IDL for ViewCSS/DocumentCSS being implemented on SVGSVGElement. r=bzbarsky

This commit is contained in:
Cameron McCormack 2015-02-17 11:39:25 +11:00
Родитель 3ed9906617
Коммит c1f3b80fe9
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -73,8 +73,6 @@ interface SVGSVGElement : SVGGraphicsElement {
Element? getElementById(DOMString elementId);
};
/*SVGSVGElement implements ViewCSS;
SVGSVGElement implements DocumentCSS;*/
SVGSVGElement implements SVGFitToViewBox;
SVGSVGElement implements SVGZoomAndPan;