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

Unified Diff: client/dom/generated/src/wrapping/_HTMLHtmlElementWrappingImplementation.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/_HTMLHtmlElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLHtmlElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLHtmlElementWrappingImplementation.dart
index 50f7ad3aa48f214338f8ccba256d523fadc0a504..e9c7e057f938abf48a9a91636a788a9cc5c35004 100644
--- a/client/dom/generated/src/wrapping/_HTMLHtmlElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLHtmlElementWrappingImplementation.dart
@@ -11,17 +11,17 @@ class _HTMLHtmlElementWrappingImplementation extends _HTMLElementWrappingImpleme
return new _HTMLHtmlElementWrappingImplementation();
}
- String get manifest() { return _get__HTMLHtmlElement_manifest(this); }
- static String _get__HTMLHtmlElement_manifest(var _this) native;
+ String get manifest() { return _get_manifest(this); }
+ static String _get_manifest(var _this) native;
- void set manifest(String value) { _set__HTMLHtmlElement_manifest(this, value); }
- static void _set__HTMLHtmlElement_manifest(var _this, String value) native;
+ void set manifest(String value) { _set_manifest(this, value); }
+ static void _set_manifest(var _this, String value) native;
- String get version() { return _get__HTMLHtmlElement_version(this); }
- static String _get__HTMLHtmlElement_version(var _this) native;
+ String get version() { return _get_version(this); }
+ static String _get_version(var _this) native;
- void set version(String value) { _set__HTMLHtmlElement_version(this, value); }
- static void _set__HTMLHtmlElement_version(var _this, String value) native;
+ void set version(String value) { _set_version(this, value); }
+ static void _set_version(var _this, String value) native;
String get typeName() { return "HTMLHtmlElement"; }
}

Powered by Google App Engine
This is Rietveld 408576698