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

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

Issue 9106002: Revert "Revert "Refresh dart:dom"" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix dartc issues 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
6 String alt; 4 String alt;
7 5
8 String coords; 6 String coords;
9 7
10 String hash; 8 String hash;
11 9
12 String host; 10 String host;
13 11
14 String hostname; 12 String hostname;
15 13
16 String href; 14 String href;
17 15
18 bool noHref; 16 bool noHref;
19 17
20 String pathname; 18 String pathname;
21 19
22 String ping; 20 String ping;
23 21
24 String port; 22 String port;
25 23
26 String protocol; 24 String protocol;
27 25
28 String search; 26 String search;
29 27
30 String shape; 28 String shape;
31 29
32 String target; 30 String target;
33 } 31 }
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