зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1542646 Part 1 - Correct namespace of forward declaration of DOMSVGAnimatedPreserveAspectRatio r=dholbert
This commit is contained in:
Родитель
866f2126b4
Коммит
6ba1b50abd
|
@ -25,9 +25,9 @@ class nsSVGViewportFrame;
|
|||
|
||||
namespace mozilla {
|
||||
class AutoPreserveAspectRatioOverride;
|
||||
class DOMSVGAnimatedPreserveAspectRatio;
|
||||
|
||||
namespace dom {
|
||||
class DOMSVGAnimatedPreserveAspectRatio;
|
||||
class SVGAnimatedRect;
|
||||
class SVGViewElement;
|
||||
class SVGViewportElement;
|
||||
|
|
Загрузка…
Ссылка в новой задаче