summaryrefslogtreecommitdiff
path: root/Source/WebCore/svg/SVGTests.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGTests.idl')
-rw-r--r--Source/WebCore/svg/SVGTests.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/svg/SVGTests.idl b/Source/WebCore/svg/SVGTests.idl
index c914a7bc8..11d9856a6 100644
--- a/Source/WebCore/svg/SVGTests.idl
+++ b/Source/WebCore/svg/SVGTests.idl
@@ -35,7 +35,7 @@ module svg {
readonly attribute SVGStringList requiredExtensions;
readonly attribute SVGStringList systemLanguage;
- boolean hasExtension(in [Optional=CallWithDefaultValue] DOMString extension);
+ boolean hasExtension(in [Optional=DefaultIsUndefined] DOMString extension);
};
}