Chromium Code Reviews| Index: Source/WebCore/dom/EventException.idl |
| =================================================================== |
| --- Source/WebCore/dom/EventException.idl (revision 142703) |
| +++ Source/WebCore/dom/EventException.idl (working copy) |
| @@ -29,7 +29,8 @@ |
| // Introduced in DOM Level 2: |
| [ |
| JSNoStaticTables, |
| - DoNotCheckConstants |
| + DoNotCheckConstants, |
| + ImplementationLacksVTable, |
| ] exception EventException { |
| readonly attribute unsigned short code; |