Chromium Code Reviews| Index: client/html/generated/html/frog/SVGDocument.dart |
| diff --git a/client/html/generated/html/frog/SVGDocument.dart b/client/html/generated/html/frog/SVGDocument.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4f104cef5c91d5f2ce1e771bf486bb241dbc802e |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/SVGDocument.dart |
| @@ -0,0 +1,7 @@ |
| + |
| +class _SVGDocumentImpl extends _DocumentImpl implements SVGDocument native "*SVGDocument" { |
| + |
| + final _SVGSVGElementImpl rootElement; |
| + |
| + _EventImpl _createEvent(String eventType) native "return this.createEvent(eventType);"; |
| +} |