diff options
Diffstat (limited to 'WebCore/xml/XPathException.idl')
-rw-r--r-- | WebCore/xml/XPathException.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/xml/XPathException.idl b/WebCore/xml/XPathException.idl index d5a9af6..b57df57 100644 --- a/WebCore/xml/XPathException.idl +++ b/WebCore/xml/XPathException.idl @@ -29,7 +29,8 @@ module xpath { interface [ - Conditional=XPATH + Conditional=XPATH, + DontCheckEnums ] XPathException { readonly attribute unsigned short code; |