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