diff options
Diffstat (limited to 'Source/WebCore/svg/SVGFitToViewBox.idl')
-rw-r--r-- | Source/WebCore/svg/SVGFitToViewBox.idl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/WebCore/svg/SVGFitToViewBox.idl b/Source/WebCore/svg/SVGFitToViewBox.idl index 1e6107278..94964cdc2 100644 --- a/Source/WebCore/svg/SVGFitToViewBox.idl +++ b/Source/WebCore/svg/SVGFitToViewBox.idl @@ -26,10 +26,7 @@ [ NoInterfaceObject, - Conditional=SVG, - ObjCProtocol, ] interface SVGFitToViewBox { - readonly attribute SVGAnimatedRect viewBox; + readonly attribute SVGAnimatedRect viewBox; readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio; }; - |