Chromium Code Reviews| Index: Source/WebCore/svg/SVGAnimatedEnumeration.idl |
| =================================================================== |
| --- Source/WebCore/svg/SVGAnimatedEnumeration.idl (revision 142703) |
| +++ Source/WebCore/svg/SVGAnimatedEnumeration.idl (working copy) |
| @@ -24,7 +24,8 @@ |
| */ |
| [ |
| - Conditional=SVG |
| + Conditional=SVG, |
| + ImplementationLacksVTable |
| ] interface SVGAnimatedEnumeration { |
| [StrictTypeChecking] attribute unsigned short baseVal |
| setter raises(DOMException); |