Chromium Code Reviews| Index: Source/core/svg/SVGSwitchElement.idl |
| diff --git a/Source/core/svg/SVGSwitchElement.idl b/Source/core/svg/SVGSwitchElement.idl |
| index 1f0bfff7aa89e876dcd6cdc63e1adcb5a6f3332d..9295394324b81c69f2fa34ab4cc84e1a856a37ba 100644 |
| --- a/Source/core/svg/SVGSwitchElement.idl |
| +++ b/Source/core/svg/SVGSwitchElement.idl |
| @@ -29,3 +29,5 @@ interface SVGSwitchElement : SVGStyledElement, |
| SVGTransformable { |
| }; |
| +SVGSwitchElement implements SVGTests; |
| + |