Chromium Code Reviews| Index: Source/core/svg/SVGSwitchElement.idl |
| diff --git a/Source/core/svg/SVGSwitchElement.idl b/Source/core/svg/SVGSwitchElement.idl |
| index 619855a4a692a37a3dc661b713a7cf91efce3544..28d43b6f400d38114e5874bbe16b7f54c5546b97 100644 |
| --- a/Source/core/svg/SVGSwitchElement.idl |
| +++ b/Source/core/svg/SVGSwitchElement.idl |
| @@ -25,6 +25,3 @@ |
| interface SVGSwitchElement : SVGGraphicsElement { |
| }; |
| - |
| -SVGSwitchElement implements SVGExternalResourcesRequired; |
| - |