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

Unified Diff: client/dom/generated/src/frog/HTMLIFrameElement.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/HTMLIFrameElement.dart
diff --git a/client/dom/generated/src/frog/HTMLIFrameElement.dart b/client/dom/generated/src/frog/HTMLIFrameElement.dart
index 4add1fbe3382aa79b54598c66421c77cbcb1e13a..5b0f2937f76ef196f43bc37fb4cc405ea7105902 100644
--- a/client/dom/generated/src/frog/HTMLIFrameElement.dart
+++ b/client/dom/generated/src/frog/HTMLIFrameElement.dart
@@ -1,13 +1,13 @@
-class HTMLIFrameElementJs extends HTMLElementJs implements HTMLIFrameElement native "*HTMLIFrameElement" {
+class _HTMLIFrameElementJs extends _HTMLElementJs implements HTMLIFrameElement native "*HTMLIFrameElement" {
String get align() native "return this.align;";
void set align(String value) native "this.align = value;";
- DocumentJs get contentDocument() native "return this.contentDocument;";
+ _DocumentJs get contentDocument() native "return this.contentDocument;";
- DOMWindowJs get contentWindow() native "return this.contentWindow;";
+ _DOMWindowJs get contentWindow() native "return this.contentWindow;";
String get frameBorder() native "return this.frameBorder;";
@@ -49,5 +49,5 @@ class HTMLIFrameElementJs extends HTMLElementJs implements HTMLIFrameElement nat
void set width(String value) native "this.width = value;";
- SVGDocumentJs getSVGDocument() native;
+ _SVGDocumentJs getSVGDocument() native;
}
« no previous file with comments | « client/dom/generated/src/frog/HTMLHtmlElement.dart ('k') | client/dom/generated/src/frog/HTMLImageElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698