Chromium Code Reviews| 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; |
|
abarth-chromium
2013/06/19 18:09:28
Does this imply DoNotGenerateToV8? I guess it wou
|
| + |