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

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

Issue 8665012: Switch to " native '*Class' " (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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; 4 String accessKey;
5 5
6 String alt; 6 String alt;
7 7
8 String coords; 8 String coords;
9 9
10 String hash; 10 String hash;
11 11
12 String host; 12 String host;
(...skipping 11 matching lines...) Expand all
24 String port; 24 String port;
25 25
26 String protocol; 26 String protocol;
27 27
28 String search; 28 String search;
29 29
30 String shape; 30 String shape;
31 31
32 String target; 32 String target;
33 } 33 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/HTMLAppletElement.dart ('k') | client/dom/generated/src/frog/HTMLAudioElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698