Chromium Code Reviews| Index: client/html/generated/html/frog/Text.dart |
| diff --git a/client/html/generated/html/frog/Text.dart b/client/html/generated/html/frog/Text.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8e9cb9295d6ed0ee81147cadcdbc446b6faa0544 |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/Text.dart |
| @@ -0,0 +1,9 @@ |
| + |
| +class _TextImpl extends _CharacterDataImpl implements Text native "*Text" { |
| + |
| + final String wholeText; |
| + |
| + _TextImpl replaceWholeText(String content) native; |
| + |
| + _TextImpl splitText(int offset) native; |
| +} |