summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGExternalResourcesRequired.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGExternalResourcesRequired.idl')
-rw-r--r--WebCore/svg/SVGExternalResourcesRequired.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGExternalResourcesRequired.idl b/WebCore/svg/SVGExternalResourcesRequired.idl
index 6600939..c1a0352 100644
--- a/WebCore/svg/SVGExternalResourcesRequired.idl
+++ b/WebCore/svg/SVGExternalResourcesRequired.idl
@@ -26,7 +26,7 @@
module svg {
- interface [Conditional=SVG, ObjCProtocol] SVGExternalResourcesRequired {
+ interface [Conditional=SVG, ObjCProtocol, OmitConstructor] SVGExternalResourcesRequired {
readonly attribute SVGAnimatedBoolean externalResourcesRequired;
};