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

Unified Diff: client/dom/generated/src/wrapping/_HTMLAppletElementWrappingImplementation.dart

Issue 8588010: Regenerate from IDL with LANGUAGE_JAVASCRIPT on (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Map Array to List 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/_HTMLAppletElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLAppletElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLAppletElementWrappingImplementation.dart
index 5349ccee0759bf924d629d4f7634202e9bff66a5..9fdf51978ced6d3220abd4a7b55aa17d2c9d653d 100644
--- a/client/dom/generated/src/wrapping/_HTMLAppletElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLAppletElementWrappingImplementation.dart
@@ -47,11 +47,11 @@ class _HTMLAppletElementWrappingImplementation extends _HTMLElementWrappingImple
void set height(String value) { _set__HTMLAppletElement_height(this, value); }
static void _set__HTMLAppletElement_height(var _this, String value) native;
- int get hspace() { return _get__HTMLAppletElement_hspace(this); }
- static int _get__HTMLAppletElement_hspace(var _this) native;
+ String get hspace() { return _get__HTMLAppletElement_hspace(this); }
+ static String _get__HTMLAppletElement_hspace(var _this) native;
- void set hspace(int value) { _set__HTMLAppletElement_hspace(this, value); }
- static void _set__HTMLAppletElement_hspace(var _this, int value) native;
+ void set hspace(String value) { _set__HTMLAppletElement_hspace(this, value); }
+ static void _set__HTMLAppletElement_hspace(var _this, String value) native;
String get name() { return _get__HTMLAppletElement_name(this); }
static String _get__HTMLAppletElement_name(var _this) native;
@@ -65,11 +65,11 @@ class _HTMLAppletElementWrappingImplementation extends _HTMLElementWrappingImple
void set object(String value) { _set__HTMLAppletElement_object(this, value); }
static void _set__HTMLAppletElement_object(var _this, String value) native;
- int get vspace() { return _get__HTMLAppletElement_vspace(this); }
- static int _get__HTMLAppletElement_vspace(var _this) native;
+ String get vspace() { return _get__HTMLAppletElement_vspace(this); }
+ static String _get__HTMLAppletElement_vspace(var _this) native;
- void set vspace(int value) { _set__HTMLAppletElement_vspace(this, value); }
- static void _set__HTMLAppletElement_vspace(var _this, int value) native;
+ void set vspace(String value) { _set__HTMLAppletElement_vspace(this, value); }
+ static void _set__HTMLAppletElement_vspace(var _this, String value) native;
String get width() { return _get__HTMLAppletElement_width(this); }
static String _get__HTMLAppletElement_width(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698