summaryrefslogtreecommitdiff
path: root/Source/WebCore/svg/SVGViewSpec.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGViewSpec.idl')
-rw-r--r--Source/WebCore/svg/SVGViewSpec.idl20
1 files changed, 10 insertions, 10 deletions
diff --git a/Source/WebCore/svg/SVGViewSpec.idl b/Source/WebCore/svg/SVGViewSpec.idl
index 88558fde8..4441329ce 100644
--- a/Source/WebCore/svg/SVGViewSpec.idl
+++ b/Source/WebCore/svg/SVGViewSpec.idl
@@ -26,18 +26,18 @@
// 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
+ ImplementationLacksVTable,
+ JSGenerateToJSObject,
] interface SVGViewSpec {
- readonly attribute SVGTransformList transform;
- readonly attribute SVGElement viewTarget;
- readonly attribute DOMString viewBoxString;
- readonly attribute DOMString preserveAspectRatioString;
- readonly attribute DOMString transformString;
- readonly attribute DOMString viewTargetString;
+ readonly attribute SVGTransformList transform;
+ readonly attribute SVGElement viewTarget;
+ readonly attribute DOMString viewBoxString;
+ readonly attribute DOMString preserveAspectRatioString;
+ readonly attribute DOMString transformString;
+ readonly attribute DOMString viewTargetString;
- // SVGZoomAndPan
- [SetterRaisesException] attribute unsigned short zoomAndPan;
+ // SVGZoomAndPan
+ [SetterMayThrowException] attribute unsigned short zoomAndPan;
};
SVGViewSpec implements SVGFitToViewBox;