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

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

Issue 9084005: Refresh dart:dom (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 12 months 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/_HTMLInputElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLInputElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLInputElementWrappingImplementation.dart
index 4ad1bc467807d5155ecbbfc93e9ba699d065f019..13355f498a40c929aee09326d7ccb7ed8023341e 100644
--- a/client/dom/generated/src/wrapping/_HTMLInputElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLInputElementWrappingImplementation.dart
@@ -17,12 +17,6 @@ class _HTMLInputElementWrappingImplementation extends _HTMLElementWrappingImplem
void set accept(String value) { _set_accept(this, value); }
static void _set_accept(var _this, String value) native;
- String get accessKey() { return _get_accessKey(this); }
- static String _get_accessKey(var _this) native;
-
- void set accessKey(String value) { _set_accessKey(this, value); }
- static void _set_accessKey(var _this, String value) native;
-
String get align() { return _get_align(this); }
static String _get_align(var _this) native;
@@ -65,6 +59,12 @@ class _HTMLInputElementWrappingImplementation extends _HTMLElementWrappingImplem
void set defaultValue(String value) { _set_defaultValue(this, value); }
static void _set_defaultValue(var _this, String value) native;
+ String get dirName() { return _get_dirName(this); }
+ static String _get_dirName(var _this) native;
+
+ void set dirName(String value) { _set_dirName(this, value); }
+ static void _set_dirName(var _this, String value) native;
+
bool get disabled() { return _get_disabled(this); }
static bool _get_disabled(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698