summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGElement.idl')
-rw-r--r--WebCore/svg/SVGElement.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGElement.idl b/WebCore/svg/SVGElement.idl
index a1f331f..e4112c1 100644
--- a/WebCore/svg/SVGElement.idl
+++ b/WebCore/svg/SVGElement.idl
@@ -25,7 +25,7 @@
module svg {
interface [GenerateNativeConverter, Conditional=SVG] SVGElement : Element {
- attribute [ConvertNullToNullString] DOMString id
+ attribute [ConvertNullToNullString, Reflect] DOMString id
setter raises(DOMException);
attribute [ConvertNullToNullString] DOMString xmlbase
setter raises(DOMException);