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

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

Issue 9323028: Support 'Conditional' idl attribute. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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 13355f498a40c929aee09326d7ccb7ed8023341e..0d156fb97fcfdbedf2249ec872bbad6419f50a38 100644
--- a/client/dom/generated/src/wrapping/_HTMLInputElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLInputElementWrappingImplementation.dart
@@ -122,9 +122,6 @@ class _HTMLInputElementWrappingImplementation extends _HTMLElementWrappingImplem
NodeList get labels() { return _get_labels(this); }
static NodeList _get_labels(var _this) native;
- HTMLElement get list() { return _get_list(this); }
- static HTMLElement _get_list(var _this) native;
-
String get max() { return _get_max(this); }
static String _get_max(var _this) native;
@@ -179,9 +176,6 @@ class _HTMLInputElementWrappingImplementation extends _HTMLElementWrappingImplem
void set required(bool value) { _set_required(this, value); }
static void _set_required(var _this, bool value) native;
- HTMLOptionElement get selectedOption() { return _get_selectedOption(this); }
- static HTMLOptionElement _get_selectedOption(var _this) native;
-
String get selectionDirection() { return _get_selectionDirection(this); }
static String _get_selectionDirection(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698