summaryrefslogtreecommitdiff
path: root/Source/WebCore/svg/SVGElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGElement.idl')
-rw-r--r--Source/WebCore/svg/SVGElement.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/svg/SVGElement.idl b/Source/WebCore/svg/SVGElement.idl
index 5e9b8312c..41ae9c24d 100644
--- a/Source/WebCore/svg/SVGElement.idl
+++ b/Source/WebCore/svg/SVGElement.idl
@@ -24,7 +24,8 @@ module svg {
interface [
JSGenerateToNativeObject,
- Conditional=SVG
+ Conditional=SVG,
+ V8CustomToJSObject
] SVGElement : Element {
attribute [Reflect] DOMString id;
attribute [TreatNullAs=NullString] DOMString xmlbase setter raises(DOMException);