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

Unified Diff: client/dom/generated/src/wrapping/_HTMLLegendElementWrappingImplementation.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/_HTMLLegendElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLLegendElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLLegendElementWrappingImplementation.dart
index c3f514dabe33c4a4014e2e35c7076c369777e0dc..77fab145d4cd6c267abe5f5ba29828e1a5f1f7a6 100644
--- a/client/dom/generated/src/wrapping/_HTMLLegendElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLLegendElementWrappingImplementation.dart
@@ -11,20 +11,20 @@ class _HTMLLegendElementWrappingImplementation extends _HTMLElementWrappingImple
return new _HTMLLegendElementWrappingImplementation();
}
- String get accessKey() { return _get__HTMLLegendElement_accessKey(this); }
- static String _get__HTMLLegendElement_accessKey(var _this) native;
+ String get accessKey() { return _get_accessKey(this); }
+ static String _get_accessKey(var _this) native;
- void set accessKey(String value) { _set__HTMLLegendElement_accessKey(this, value); }
- static void _set__HTMLLegendElement_accessKey(var _this, String value) native;
+ void set accessKey(String value) { _set_accessKey(this, value); }
+ static void _set_accessKey(var _this, String value) native;
- String get align() { return _get__HTMLLegendElement_align(this); }
- static String _get__HTMLLegendElement_align(var _this) native;
+ String get align() { return _get_align(this); }
+ static String _get_align(var _this) native;
- void set align(String value) { _set__HTMLLegendElement_align(this, value); }
- static void _set__HTMLLegendElement_align(var _this, String value) native;
+ void set align(String value) { _set_align(this, value); }
+ static void _set_align(var _this, String value) native;
- HTMLFormElement get form() { return _get__HTMLLegendElement_form(this); }
- static HTMLFormElement _get__HTMLLegendElement_form(var _this) native;
+ HTMLFormElement get form() { return _get_form(this); }
+ static HTMLFormElement _get_form(var _this) native;
String get typeName() { return "HTMLLegendElement"; }
}

Powered by Google App Engine
This is Rietveld 408576698