diff options
Diffstat (limited to 'Source/WebCore/svg/SVGException.idl')
-rw-r--r-- | Source/WebCore/svg/SVGException.idl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/WebCore/svg/SVGException.idl b/Source/WebCore/svg/SVGException.idl index c3d8a1417..fa0c118de 100644 --- a/Source/WebCore/svg/SVGException.idl +++ b/Source/WebCore/svg/SVGException.idl @@ -19,19 +19,14 @@ */ [ - Conditional=SVG, DoNotCheckConstants, ImplementationLacksVTable, ] exception SVGException { - readonly attribute unsigned short code; readonly attribute DOMString name; readonly attribute DOMString message; -#if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT - // Override in a Mozilla compatible format [NotEnumerable] DOMString toString(); -#endif // SVGExceptionCode const unsigned short SVG_WRONG_TYPE_ERR = 0; |