Index: Source/core/svg/SVGFitToViewBox.idl |
diff --git a/Source/core/svg/SVGFitToViewBox.idl b/Source/core/svg/SVGFitToViewBox.idl |
index 261684e10bd112b2d49e6ae47bb93f9433bae66e..97caab7e0666a73386b7d23776932f8438ca45c8 100644 |
--- a/Source/core/svg/SVGFitToViewBox.idl |
+++ b/Source/core/svg/SVGFitToViewBox.idl |
@@ -25,9 +25,11 @@ |
*/ |
[ |
- DoNotGenerateToV8 |
+ NoInterfaceObject |
] interface SVGFitToViewBox { |
readonly attribute SVGAnimatedRect viewBox; |
readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio; |
}; |
+SVGViewElement implements SVGFitToViewBox; |
+ |