Bug 1542646 Part 1 - Correct namespace of forward declaration of DOMSVGAnimatedPreserveAspectRatio r=dholbert

This commit is contained in:
longsonr 2019-04-10 05:21:44 +01:00
Родитель 866f2126b4
Коммит 6ba1b50abd
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -25,9 +25,9 @@ class nsSVGViewportFrame;
namespace mozilla {
class AutoPreserveAspectRatioOverride;
class DOMSVGAnimatedPreserveAspectRatio;
namespace dom {
class DOMSVGAnimatedPreserveAspectRatio;
class SVGAnimatedRect;
class SVGViewElement;
class SVGViewportElement;