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

Unified Diff: client/dom/generated/src/wrapping/_DOMPluginWrappingImplementation.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/_DOMPluginWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_DOMPluginWrappingImplementation.dart b/client/dom/generated/src/wrapping/_DOMPluginWrappingImplementation.dart
index 77df46d084ee74e83a473cd56ab1ae49e27a0918..f069ebced831e98dd88f02a1c7eb34b1e0149959 100644
--- a/client/dom/generated/src/wrapping/_DOMPluginWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_DOMPluginWrappingImplementation.dart
@@ -11,17 +11,17 @@ class _DOMPluginWrappingImplementation extends DOMWrapperBase implements DOMPlug
return new _DOMPluginWrappingImplementation();
}
- String get description() { return _get__DOMPlugin_description(this); }
- static String _get__DOMPlugin_description(var _this) native;
+ String get description() { return _get_description(this); }
+ static String _get_description(var _this) native;
- String get filename() { return _get__DOMPlugin_filename(this); }
- static String _get__DOMPlugin_filename(var _this) native;
+ String get filename() { return _get_filename(this); }
+ static String _get_filename(var _this) native;
- int get length() { return _get__DOMPlugin_length(this); }
- static int _get__DOMPlugin_length(var _this) native;
+ int get length() { return _get_length(this); }
+ static int _get_length(var _this) native;
- String get name() { return _get__DOMPlugin_name(this); }
- static String _get__DOMPlugin_name(var _this) native;
+ String get name() { return _get_name(this); }
+ static String _get_name(var _this) native;
DOMMimeType item(int index) {
return _item(this, index);

Powered by Google App Engine
This is Rietveld 408576698