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

Side by Side Diff: client/dom/generated/src/frog/HTMLImageElement.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 HTMLImageElement extends HTMLElement native "HTMLImageElement" { 2 class HTMLImageElement extends HTMLElement native "*HTMLImageElement" {
3 3
4 String align; 4 String align;
5 5
6 String alt; 6 String alt;
7 7
8 String border; 8 String border;
9 9
10 bool complete; 10 bool complete;
11 11
12 String crossOrigin; 12 String crossOrigin;
(...skipping 19 matching lines...) Expand all
32 String useMap; 32 String useMap;
33 33
34 int vspace; 34 int vspace;
35 35
36 int width; 36 int width;
37 37
38 int x; 38 int x;
39 39
40 int y; 40 int y;
41 } 41 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/HTMLIFrameElement.dart ('k') | client/dom/generated/src/frog/HTMLInputElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698