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

Unified Diff: client/dom/generated/src/wrapping/_DOMMimeTypeWrappingImplementation.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/_DOMMimeTypeWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_DOMMimeTypeWrappingImplementation.dart b/client/dom/generated/src/wrapping/_DOMMimeTypeWrappingImplementation.dart
index 7083d9d68d5a0375e77ffcee628328ea93849006..79d520d3900c5a680fb6b2c396dc8308d665465c 100644
--- a/client/dom/generated/src/wrapping/_DOMMimeTypeWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_DOMMimeTypeWrappingImplementation.dart
@@ -11,17 +11,17 @@ class _DOMMimeTypeWrappingImplementation extends DOMWrapperBase implements DOMMi
return new _DOMMimeTypeWrappingImplementation();
}
- String get description() { return _get__DOMMimeType_description(this); }
- static String _get__DOMMimeType_description(var _this) native;
+ String get description() { return _get_description(this); }
+ static String _get_description(var _this) native;
- DOMPlugin get enabledPlugin() { return _get__DOMMimeType_enabledPlugin(this); }
- static DOMPlugin _get__DOMMimeType_enabledPlugin(var _this) native;
+ DOMPlugin get enabledPlugin() { return _get_enabledPlugin(this); }
+ static DOMPlugin _get_enabledPlugin(var _this) native;
- String get suffixes() { return _get__DOMMimeType_suffixes(this); }
- static String _get__DOMMimeType_suffixes(var _this) native;
+ String get suffixes() { return _get_suffixes(this); }
+ static String _get_suffixes(var _this) native;
- String get type() { return _get__DOMMimeType_type(this); }
- static String _get__DOMMimeType_type(var _this) native;
+ String get type() { return _get_type(this); }
+ static String _get_type(var _this) native;
String get typeName() { return "DOMMimeType"; }
}

Powered by Google App Engine
This is Rietveld 408576698