Chromium Code Reviews| Index: Source/core/svg/SVGSwitchElement.idl |
| diff --git a/Source/core/svg/SVGSwitchElement.idl b/Source/core/svg/SVGSwitchElement.idl |
| index 28d43b6f400d38114e5874bbe16b7f54c5546b97..0370c7f4ad9299d4bd0fa7ec9d1371443bc6430d 100644 |
| --- a/Source/core/svg/SVGSwitchElement.idl |
| +++ b/Source/core/svg/SVGSwitchElement.idl |
| @@ -23,5 +23,7 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| +// http://www.w3.org/TR/SVG2/struct.html#InterfaceSVGSwitchElement |
| + |
| interface SVGSwitchElement : SVGGraphicsElement { |
| }; |