diff options
Diffstat (limited to 'WebCore/dom/EventException.idl')
-rw-r--r-- | WebCore/dom/EventException.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/dom/EventException.idl b/WebCore/dom/EventException.idl index 1c8fac6..c8f2bde 100644 --- a/WebCore/dom/EventException.idl +++ b/WebCore/dom/EventException.idl @@ -30,7 +30,8 @@ module events { // Introduced in DOM Level 2: interface [ - NoStaticTables + NoStaticTables, + DontCheckEnums ] EventException { readonly attribute unsigned short code; |