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

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

Issue 9109032: Make most native types hidden. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 StyleSheet native "StyleSheet" { 2 class StyleSheet native "*StyleSheet" {
3 3
4 bool disabled; 4 bool disabled;
5 5
6 String href; 6 String href;
7 7
8 MediaList media; 8 MediaList media;
9 9
10 Node ownerNode; 10 Node ownerNode;
11 11
12 StyleSheet parentStyleSheet; 12 StyleSheet parentStyleSheet;
13 13
14 String title; 14 String title;
15 15
16 String type; 16 String type;
17 17
18 var dartObjectLocalStorage; 18 var dartObjectLocalStorage;
19 19
20 String get typeName() native; 20 String get typeName() native;
21 } 21 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/SVGTextPositioningElement.dart ('k') | client/dom/generated/src/frog/Text.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698