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

Unified Diff: client/dom/generated/src/frog/HTMLTableRowElement.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
Index: client/dom/generated/src/frog/HTMLTableRowElement.dart
diff --git a/client/dom/generated/src/frog/HTMLTableRowElement.dart b/client/dom/generated/src/frog/HTMLTableRowElement.dart
index 23160337dd7438252e6d8b705d7579ded1e4c724..a7092afdbbcdb459e8f8fe808b8ba573b4b9a33a 100644
--- a/client/dom/generated/src/frog/HTMLTableRowElement.dart
+++ b/client/dom/generated/src/frog/HTMLTableRowElement.dart
@@ -1,5 +1,5 @@
-class HTMLTableRowElementJs extends HTMLElementJs implements HTMLTableRowElement native "*HTMLTableRowElement" {
+class _HTMLTableRowElementJs extends _HTMLElementJs implements HTMLTableRowElement native "*HTMLTableRowElement" {
String get align() native "return this.align;";
@@ -9,7 +9,7 @@ class HTMLTableRowElementJs extends HTMLElementJs implements HTMLTableRowElement
void set bgColor(String value) native "this.bgColor = value;";
- HTMLCollectionJs get cells() native "return this.cells;";
+ _HTMLCollectionJs get cells() native "return this.cells;";
String get ch() native "return this.ch;";
@@ -29,5 +29,5 @@ class HTMLTableRowElementJs extends HTMLElementJs implements HTMLTableRowElement
void deleteCell(int index) native;
- HTMLElementJs insertCell(int index) native;
+ _HTMLElementJs insertCell(int index) native;
}
« no previous file with comments | « client/dom/generated/src/frog/HTMLTableElement.dart ('k') | client/dom/generated/src/frog/HTMLTableSectionElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698