Chromium Code Reviews| Index: client/html/src/SVGElement.dart |
| diff --git a/client/html/src/SVGElement.dart b/client/html/src/SVGElement.dart |
| index 281e57aa98d65df342b3354d20cdfd058459a598..e2692a20572d050ec4f47ff30e24ad3dcde45b9e 100644 |
| --- a/client/html/src/SVGElement.dart |
| +++ b/client/html/src/SVGElement.dart |
| @@ -18,4 +18,6 @@ interface SVGElement extends Element default SVGElementWrappingImplementation { |
| String get xmlbase(); |
| void set xmlbase(String value); |
| + |
| + SVGElement clone(bool deep); |
| } |