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

Unified Diff: client/dom/generated/src/wrapping/_TextMetricsWrappingImplementation.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/_TextMetricsWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_TextMetricsWrappingImplementation.dart b/client/dom/generated/src/wrapping/_TextMetricsWrappingImplementation.dart
index 76492f61293446d49d0f4e1cb714b9e43d82b515..be39cce8f1416878ce5b2267e4d3bd93708e352e 100644
--- a/client/dom/generated/src/wrapping/_TextMetricsWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_TextMetricsWrappingImplementation.dart
@@ -11,8 +11,8 @@ class _TextMetricsWrappingImplementation extends DOMWrapperBase implements TextM
return new _TextMetricsWrappingImplementation();
}
- num get width() { return _get__TextMetrics_width(this); }
- static num _get__TextMetrics_width(var _this) native;
+ num get width() { return _get_width(this); }
+ static num _get_width(var _this) native;
String get typeName() { return "TextMetrics"; }
}

Powered by Google App Engine
This is Rietveld 408576698