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

Unified Diff: client/dom/generated/src/wrapping/_BarInfoWrappingImplementation.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/_BarInfoWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_BarInfoWrappingImplementation.dart b/client/dom/generated/src/wrapping/_BarInfoWrappingImplementation.dart
index a3ec6ecb10e834a59ad971f8edf2e80e1fc2554d..502714f41998f4ef9361e96b63eec20f58af2f08 100644
--- a/client/dom/generated/src/wrapping/_BarInfoWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_BarInfoWrappingImplementation.dart
@@ -11,8 +11,8 @@ class _BarInfoWrappingImplementation extends DOMWrapperBase implements BarInfo {
return new _BarInfoWrappingImplementation();
}
- bool get visible() { return _get__BarInfo_visible(this); }
- static bool _get__BarInfo_visible(var _this) native;
+ bool get visible() { return _get_visible(this); }
+ static bool _get_visible(var _this) native;
String get typeName() { return "BarInfo"; }
}

Powered by Google App Engine
This is Rietveld 408576698