| Index: client/dom/generated/src/wrapping/_TextWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_TextWrappingImplementation.dart b/client/dom/generated/src/wrapping/_TextWrappingImplementation.dart
|
| index 1a49a5b74f5b8a313cebb61ae3d5c382b8fc3833..4e82f25625d13c4c42c2cc4ce8bc6505bd7d1dc7 100644
|
| --- a/client/dom/generated/src/wrapping/_TextWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_TextWrappingImplementation.dart
|
| @@ -11,8 +11,8 @@ class _TextWrappingImplementation extends _CharacterDataWrappingImplementation i
|
| return new _TextWrappingImplementation();
|
| }
|
|
|
| - String get wholeText() { return _get__Text_wholeText(this); }
|
| - static String _get__Text_wholeText(var _this) native;
|
| + String get wholeText() { return _get_wholeText(this); }
|
| + static String _get_wholeText(var _this) native;
|
|
|
| Text replaceWholeText(String content) {
|
| return _replaceWholeText(this, content);
|
|
|