| Index: svg/SVGViewSpec.idl
|
| diff --git a/svg/SVGViewSpec.idl b/svg/SVGViewSpec.idl
|
| index cd33f4b7969f3b7863393693474136201e303b55..8c0f1de959aee224a873eeccf30e29a5770721aa 100644
|
| --- a/svg/SVGViewSpec.idl
|
| +++ b/svg/SVGViewSpec.idl
|
| @@ -26,8 +26,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,
|
| - JSGenerateToJSObject
|
| + Conditional=SVG
|
| ] interface SVGViewSpec {
|
| readonly attribute SVGTransformList transform;
|
| readonly attribute SVGElement viewTarget;
|
|
|