Index: core/svg/SVGViewSpec.idl |
=================================================================== |
--- core/svg/SVGViewSpec.idl (revision 23517) |
+++ core/svg/SVGViewSpec.idl (working copy) |
@@ -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; |