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

Unified Diff: client/dom/generated/src/interface/HTMLAreaElement.dart

Issue 9341007: Use 'field' syntax in dart:dom interfaces. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 8 years, 10 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/interface/HTMLAreaElement.dart
diff --git a/client/dom/generated/src/interface/HTMLAreaElement.dart b/client/dom/generated/src/interface/HTMLAreaElement.dart
index c40ab6db4c4e1f24215e5ae931f2c1353f0ba868..f782b3823e5b07bb6094eea47bca2de87c032873 100644
--- a/client/dom/generated/src/interface/HTMLAreaElement.dart
+++ b/client/dom/generated/src/interface/HTMLAreaElement.dart
@@ -6,45 +6,31 @@
interface HTMLAreaElement extends HTMLElement {
- String get alt();
+ String alt;
- void set alt(String value);
+ String coords;
- String get coords();
+ final String hash;
- void set coords(String value);
+ final String host;
- String get hash();
+ final String hostname;
- String get host();
+ String href;
- String get hostname();
+ bool noHref;
- String get href();
+ final String pathname;
- void set href(String value);
+ String ping;
- bool get noHref();
+ final String port;
- void set noHref(bool value);
+ final String protocol;
- String get pathname();
+ final String search;
- String get ping();
+ String shape;
- void set ping(String value);
-
- String get port();
-
- String get protocol();
-
- String get search();
-
- String get shape();
-
- void set shape(String value);
-
- String get target();
-
- void set target(String value);
+ String target;
}

Powered by Google App Engine
This is Rietveld 408576698