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

Unified Diff: client/dom/generated/src/wrapping/_HTMLUListElementWrappingImplementation.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/_HTMLUListElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLUListElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLUListElementWrappingImplementation.dart
index 1de50aa2787cecd6c98c57b4b634b7fffceaec40..0da92c97f66f87a5adc12023fbf5e31a1bcf84ec 100644
--- a/client/dom/generated/src/wrapping/_HTMLUListElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLUListElementWrappingImplementation.dart
@@ -11,17 +11,17 @@ class _HTMLUListElementWrappingImplementation extends _HTMLElementWrappingImplem
return new _HTMLUListElementWrappingImplementation();
}
- bool get compact() { return _get__HTMLUListElement_compact(this); }
- static bool _get__HTMLUListElement_compact(var _this) native;
+ bool get compact() { return _get_compact(this); }
+ static bool _get_compact(var _this) native;
- void set compact(bool value) { _set__HTMLUListElement_compact(this, value); }
- static void _set__HTMLUListElement_compact(var _this, bool value) native;
+ void set compact(bool value) { _set_compact(this, value); }
+ static void _set_compact(var _this, bool value) native;
- String get type() { return _get__HTMLUListElement_type(this); }
- static String _get__HTMLUListElement_type(var _this) native;
+ String get type() { return _get_type(this); }
+ static String _get_type(var _this) native;
- void set type(String value) { _set__HTMLUListElement_type(this, value); }
- static void _set__HTMLUListElement_type(var _this, String value) native;
+ void set type(String value) { _set_type(this, value); }
+ static void _set_type(var _this, String value) native;
String get typeName() { return "HTMLUListElement"; }
}

Powered by Google App Engine
This is Rietveld 408576698