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

Unified Diff: client/dom/generated/src/frog/StyleSheet.dart

Issue 9317046: Make dart:dom implementation types private so they don't muddle the docs. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/dom/generated/src/frog/StyleMedia.dart ('k') | client/dom/generated/src/frog/StyleSheetList.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/frog/StyleSheet.dart
diff --git a/client/dom/generated/src/frog/StyleSheet.dart b/client/dom/generated/src/frog/StyleSheet.dart
index 081a44bed9ab2596a8d606f781d4260a811532d6..15fd3b3c990fb92f721656cc18799a1b4c4d01ca 100644
--- a/client/dom/generated/src/frog/StyleSheet.dart
+++ b/client/dom/generated/src/frog/StyleSheet.dart
@@ -1,5 +1,5 @@
-class StyleSheetJs extends DOMTypeJs implements StyleSheet native "*StyleSheet" {
+class _StyleSheetJs extends _DOMTypeJs implements StyleSheet native "*StyleSheet" {
bool get disabled() native "return this.disabled;";
@@ -7,11 +7,11 @@ class StyleSheetJs extends DOMTypeJs implements StyleSheet native "*StyleSheet"
String get href() native "return this.href;";
- MediaListJs get media() native "return this.media;";
+ _MediaListJs get media() native "return this.media;";
- NodeJs get ownerNode() native "return this.ownerNode;";
+ _NodeJs get ownerNode() native "return this.ownerNode;";
- StyleSheetJs get parentStyleSheet() native "return this.parentStyleSheet;";
+ _StyleSheetJs get parentStyleSheet() native "return this.parentStyleSheet;";
String get title() native "return this.title;";
« no previous file with comments | « client/dom/generated/src/frog/StyleMedia.dart ('k') | client/dom/generated/src/frog/StyleSheetList.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698