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

Side by Side Diff: client/dom/generated/src/frog/HTMLAreaElement.dart

Issue 9103001: Revert "Refresh dart:dom" (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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 1
2 class HTMLAreaElement extends HTMLElement native "*HTMLAreaElement" { 2 class HTMLAreaElement extends HTMLElement native "*HTMLAreaElement" {
3 3
4 String accessKey;
5
4 String alt; 6 String alt;
5 7
6 String coords; 8 String coords;
7 9
8 String hash; 10 String hash;
9 11
10 String host; 12 String host;
11 13
12 String hostname; 14 String hostname;
13 15
14 String href; 16 String href;
15 17
16 bool noHref; 18 bool noHref;
17 19
18 String pathname; 20 String pathname;
19 21
20 String ping; 22 String ping;
21 23
22 String port; 24 String port;
23 25
24 String protocol; 26 String protocol;
25 27
26 String search; 28 String search;
27 29
28 String shape; 30 String shape;
29 31
30 String target; 32 String target;
31 } 33 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/HTMLAnchorElement.dart ('k') | client/dom/generated/src/frog/HTMLButtonElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698