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

Unified Diff: client/dom/generated/src/frog/HTMLInputElement.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/frog/HTMLInputElement.dart
diff --git a/client/dom/generated/src/frog/HTMLInputElement.dart b/client/dom/generated/src/frog/HTMLInputElement.dart
index 2cd42c438ce17d5f945785662ae93e3e1bf52b95..cc18bb4ef62f651ed99ad367a4db02031418542e 100644
--- a/client/dom/generated/src/frog/HTMLInputElement.dart
+++ b/client/dom/generated/src/frog/HTMLInputElement.dart
@@ -75,8 +75,6 @@ class _HTMLInputElementJs extends _HTMLElementJs implements HTMLInputElement nat
_NodeListJs get labels() native "return this.labels;";
- _HTMLElementJs get list() native "return this.list;";
-
String get max() native "return this.max;";
void set max(String value) native "this.max = value;";
@@ -113,8 +111,6 @@ class _HTMLInputElementJs extends _HTMLElementJs implements HTMLInputElement nat
void set required(bool value) native "this.required = value;";
- _HTMLOptionElementJs get selectedOption() native "return this.selectedOption;";
-
String get selectionDirection() native "return this.selectionDirection;";
void set selectionDirection(String value) native "this.selectionDirection = value;";

Powered by Google App Engine
This is Rietveld 408576698