Index: Source/core/svg/SVGTests.idl |
diff --git a/Source/core/svg/SVGTests.idl b/Source/core/svg/SVGTests.idl |
index e0c9585e0658b0f80f949bb1d870d0859c820832..9e0f5a164a4327224513c81f1976415f14559c4f 100644 |
--- a/Source/core/svg/SVGTests.idl |
+++ b/Source/core/svg/SVGTests.idl |
@@ -34,5 +34,5 @@ |
readonly attribute SVGStringList requiredExtensions; |
readonly attribute SVGStringList systemLanguage; |
- boolean hasExtension([Default=Undefined] optional DOMString extension); |
+ boolean hasExtension(DOMString extension); |
}; |