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

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

Issue 9271031: Make DOMType the root of DOM implementation types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: x 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/SVGTextPositioningElement.dart
diff --git a/client/dom/generated/src/frog/SVGTextPositioningElement.dart b/client/dom/generated/src/frog/SVGTextPositioningElement.dart
index 2b96486d1ba8167cdf2a3852909ef16bfdd8fb1e..7df3154e82f72080f7072d6ddf21a704dd6c8305 100644
--- a/client/dom/generated/src/frog/SVGTextPositioningElement.dart
+++ b/client/dom/generated/src/frog/SVGTextPositioningElement.dart
@@ -1,13 +1,13 @@
-class SVGTextPositioningElementJS extends SVGTextContentElementJS implements SVGTextPositioningElement native "*SVGTextPositioningElement" {
+class SVGTextPositioningElementJs extends SVGTextContentElementJs implements SVGTextPositioningElement native "*SVGTextPositioningElement" {
- SVGAnimatedLengthListJS get dx() native "return this.dx;";
+ SVGAnimatedLengthListJs get dx() native "return this.dx;";
- SVGAnimatedLengthListJS get dy() native "return this.dy;";
+ SVGAnimatedLengthListJs get dy() native "return this.dy;";
- SVGAnimatedNumberListJS get rotate() native "return this.rotate;";
+ SVGAnimatedNumberListJs get rotate() native "return this.rotate;";
- SVGAnimatedLengthListJS get x() native "return this.x;";
+ SVGAnimatedLengthListJs get x() native "return this.x;";
- SVGAnimatedLengthListJS get y() native "return this.y;";
+ SVGAnimatedLengthListJs get y() native "return this.y;";
}
« no previous file with comments | « client/dom/generated/src/frog/SVGTextPathElement.dart ('k') | client/dom/generated/src/frog/SVGTitleElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698