diff options
Diffstat (limited to 'src/3rdparty/webkit/WebCore/dom/EventException.idl')
-rw-r--r-- | src/3rdparty/webkit/WebCore/dom/EventException.idl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/3rdparty/webkit/WebCore/dom/EventException.idl b/src/3rdparty/webkit/WebCore/dom/EventException.idl index 61cfd65d85..3d82f851a8 100644 --- a/src/3rdparty/webkit/WebCore/dom/EventException.idl +++ b/src/3rdparty/webkit/WebCore/dom/EventException.idl @@ -30,14 +30,15 @@ module events { // Introduced in DOM Level 2: interface [ - GenerateConstructor + GenerateConstructor, + NoStaticTables ] EventException { readonly attribute unsigned short code; readonly attribute DOMString name; readonly attribute DOMString message; -#if defined(LANGUAGE_JAVASCRIPT) +#if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT // Override in a Mozilla compatible format [DontEnum] DOMString toString(); #endif |