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

Unified Diff: client/dom/generated/src/frog/HTMLElement.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/HTMLElement.dart
diff --git a/client/dom/generated/src/frog/HTMLElement.dart b/client/dom/generated/src/frog/HTMLElement.dart
index 80ea4254324b57f69c87916b771279440a566b55..4ebe126cc2fe9916b744a931a2968d2aceddeaf1 100644
--- a/client/dom/generated/src/frog/HTMLElement.dart
+++ b/client/dom/generated/src/frog/HTMLElement.dart
@@ -43,24 +43,6 @@ class _HTMLElementJs extends _ElementJs implements HTMLElement native "*HTMLElem
bool get isContentEditable() native "return this.isContentEditable;";
- String get itemId() native "return this.itemId;";
-
- void set itemId(String value) native "this.itemId = value;";
-
- _DOMSettableTokenListJs get itemProp() native "return this.itemProp;";
-
- _DOMSettableTokenListJs get itemRef() native "return this.itemRef;";
-
- bool get itemScope() native "return this.itemScope;";
-
- void set itemScope(bool value) native "this.itemScope = value;";
-
- _DOMSettableTokenListJs get itemType() native "return this.itemType;";
-
- Object get itemValue() native "return this.itemValue;";
-
- void set itemValue(Object value) native "this.itemValue = value;";
-
String get lang() native "return this.lang;";
void set lang(String value) native "this.lang = value;";

Powered by Google App Engine
This is Rietveld 408576698