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

Unified Diff: client/dom/generated/src/frog/SVGElementInstance.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/SVGElementInstance.dart
diff --git a/client/dom/generated/src/frog/SVGElementInstance.dart b/client/dom/generated/src/frog/SVGElementInstance.dart
index c0240c66ba2d67d37ef656a3ae7cf4157b594e4e..bc0e5d7e1149a74348a083b9022b2ddd20d2cc99 100644
--- a/client/dom/generated/src/frog/SVGElementInstance.dart
+++ b/client/dom/generated/src/frog/SVGElementInstance.dart
@@ -1,25 +1,25 @@
-class SVGElementInstanceJs extends DOMTypeJs implements SVGElementInstance native "*SVGElementInstance" {
+class _SVGElementInstanceJs extends _DOMTypeJs implements SVGElementInstance native "*SVGElementInstance" {
- SVGElementInstanceListJs get childNodes() native "return this.childNodes;";
+ _SVGElementInstanceListJs get childNodes() native "return this.childNodes;";
- SVGElementJs get correspondingElement() native "return this.correspondingElement;";
+ _SVGElementJs get correspondingElement() native "return this.correspondingElement;";
- SVGUseElementJs get correspondingUseElement() native "return this.correspondingUseElement;";
+ _SVGUseElementJs get correspondingUseElement() native "return this.correspondingUseElement;";
- SVGElementInstanceJs get firstChild() native "return this.firstChild;";
+ _SVGElementInstanceJs get firstChild() native "return this.firstChild;";
- SVGElementInstanceJs get lastChild() native "return this.lastChild;";
+ _SVGElementInstanceJs get lastChild() native "return this.lastChild;";
- SVGElementInstanceJs get nextSibling() native "return this.nextSibling;";
+ _SVGElementInstanceJs get nextSibling() native "return this.nextSibling;";
- SVGElementInstanceJs get parentNode() native "return this.parentNode;";
+ _SVGElementInstanceJs get parentNode() native "return this.parentNode;";
- SVGElementInstanceJs get previousSibling() native "return this.previousSibling;";
+ _SVGElementInstanceJs get previousSibling() native "return this.previousSibling;";
void addEventListener(String type, EventListener listener, [bool useCapture = null]) native;
- bool dispatchEvent(EventJs event) native;
+ bool dispatchEvent(_EventJs event) native;
void removeEventListener(String type, EventListener listener, [bool useCapture = null]) native;
}
« no previous file with comments | « client/dom/generated/src/frog/SVGElement.dart ('k') | client/dom/generated/src/frog/SVGElementInstanceList.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698