diff options
Diffstat (limited to 'WebCore/svg/SVGException.idl')
-rw-r--r-- | WebCore/svg/SVGException.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/svg/SVGException.idl b/WebCore/svg/SVGException.idl index db565ff..3f1f8ec 100644 --- a/WebCore/svg/SVGException.idl +++ b/WebCore/svg/SVGException.idl @@ -21,7 +21,8 @@ module svg { interface [ - Conditional=SVG + Conditional=SVG, + DontCheckEnums ] SVGException { readonly attribute unsigned short code; |