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..26178d3f3e8f8a5f1e100fc5ab91cefa3f03d393 |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/Notation.dart |
| @@ -0,0 +1,7 @@ |
| + |
| +class _NotationImpl extends _NodeImpl implements Notation native "*Notation" { |
| + |
| + final String publicId; |
| + |
| + final String systemId; |
| +} |