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

Unified Diff: client/dom/generated/src/wrapping/_HTMLDListElementWrappingImplementation.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/_HTMLDListElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLDListElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLDListElementWrappingImplementation.dart
index bcc651d377f8d8cdbc2d6b137942d2131bc604cd..d62dbfbc597f37b9045a4105cccb24b9a6a0fed0 100644
--- a/client/dom/generated/src/wrapping/_HTMLDListElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLDListElementWrappingImplementation.dart
@@ -11,11 +11,11 @@ class _HTMLDListElementWrappingImplementation extends _HTMLElementWrappingImplem
return new _HTMLDListElementWrappingImplementation();
}
- bool get compact() { return _get__HTMLDListElement_compact(this); }
- static bool _get__HTMLDListElement_compact(var _this) native;
+ bool get compact() { return _get_compact(this); }
+ static bool _get_compact(var _this) native;
- void set compact(bool value) { _set__HTMLDListElement_compact(this, value); }
- static void _set__HTMLDListElement_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 typeName() { return "HTMLDListElement"; }
}

Powered by Google App Engine
This is Rietveld 408576698