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

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

Issue 9618049: Fix for Issue 2036 - remove 'var' in type position on getter (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 8 years, 9 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 _HTMLTrackElementJs extends _HTMLElementJs implements HTMLTrackElement nat ive "*HTMLTrackElement" { 2 class _HTMLTrackElementJs extends _HTMLElementJs implements HTMLTrackElement nat ive "*HTMLTrackElement" {
3 3
4 static final int ERROR = 3;
5
4 static final int LOADED = 2; 6 static final int LOADED = 2;
5 7
6 static final int LOADING = 1; 8 static final int LOADING = 1;
7 9
8 static final int NONE = 0; 10 static final int NONE = 0;
9 11
10 bool isDefault; 12 bool isDefault;
11 13
12 String kind; 14 String kind;
13 15
14 String label; 16 String label;
15 17
16 final int readyState; 18 final int readyState;
17 19
18 String src; 20 String src;
19 21
20 String srclang; 22 String srclang;
21 23
22 final _TextTrackJs track; 24 final _TextTrackJs track;
23 } 25 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/HTMLMediaElement.dart ('k') | client/dom/generated/src/frog/Storage.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698