Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: client/dom/generated/src/wrapping/_TextWrappingImplementation.dart

Issue 8548010: Wrapper dom changes in preparation for SVG (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tweak Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698