Chromium Code Reviews| Index: client/html/src/SVGElement.dart |
| diff --git a/client/html/src/SVGElement.dart b/client/html/src/SVGElement.dart |
| index b0c3838948029485c310ed5a70a2daf0233fc006..24fd7a006282be1f32010f0a335a2fe30c8d3148 100644 |
| --- a/client/html/src/SVGElement.dart |
| +++ b/client/html/src/SVGElement.dart |
| @@ -5,6 +5,7 @@ |
| interface SVGElement extends Element factory SVGElementWrappingImplementation { |
| SVGElement.tag(String tag); |
| + SVGElement.svg(String svg); |
| String get id(); |