Chromium Code Reviews| Index: client/html/generated/html/frog/Notation.dart |
| diff --git a/client/html/generated/html/frog/Notation.dart b/client/html/generated/html/frog/Notation.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..2d9819c75ac8af6a1c8c68f877ca3b2d98732d7f |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/Notation.dart |
| @@ -0,0 +1,7 @@ |
| + |
| +class _NotationJs extends _NodeJs implements Notation native "*Notation" { |
| + |
| + final String publicId; |
| + |
| + final String systemId; |
| +} |