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