| Index: Source/core/svg/SVGViewSpec.idl
|
| diff --git a/Source/core/svg/SVGViewSpec.idl b/Source/core/svg/SVGViewSpec.idl
|
| index 453a8f5c581b001b382e6fc7560a1541d6864470..55b148978772a7e7142462544b09f3fa771873d5 100644
|
| --- a/Source/core/svg/SVGViewSpec.idl
|
| +++ b/Source/core/svg/SVGViewSpec.idl
|
| @@ -25,9 +25,7 @@
|
|
|
| // SVGViewSpec intentionally doesn't inherit from SVGZoomAndPan & SVGFitToViewBox on the IDLs.
|
| // It would require that any of those classes would be RefCounted, and we want to avoid that.
|
| -[
|
| - Conditional=SVG
|
| -] interface SVGViewSpec {
|
| +interface SVGViewSpec {
|
| readonly attribute SVGTransformList transform;
|
| readonly attribute SVGElement viewTarget;
|
| readonly attribute DOMString viewBoxString;
|
|
|