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

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

Issue 8473008: Generate constants for IDL classes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add frog dom 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 MediaError native "*MediaError" { 2 class MediaError native "*MediaError" {
3 3
4 static final int MEDIA_ERR_ABORTED = 1;
5
6 static final int MEDIA_ERR_DECODE = 3;
7
8 static final int MEDIA_ERR_NETWORK = 2;
9
10 static final int MEDIA_ERR_SRC_NOT_SUPPORTED = 4;
11
4 int code; 12 int code;
5 13
6 var dartObjectLocalStorage; 14 var dartObjectLocalStorage;
7 15
8 String get typeName() native; 16 String get typeName() native;
9 } 17 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/JavaScriptCallFrame.dart ('k') | client/dom/generated/src/frog/MutationEvent.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698