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

Unified Diff: client/dom/generated/src/frog/SVGTextPathElement.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/SVGTextPathElement.dart
diff --git a/client/dom/generated/src/frog/SVGTextPathElement.dart b/client/dom/generated/src/frog/SVGTextPathElement.dart
index a469f2481c6e9c202a0442ae88f5a29f84cdc8d5..c9a3c0c254b052956949d176b7aee93768f77133 100644
--- a/client/dom/generated/src/frog/SVGTextPathElement.dart
+++ b/client/dom/generated/src/frog/SVGTextPathElement.dart
@@ -1,5 +1,5 @@
-class SVGTextPathElementJS extends SVGTextContentElementJS implements SVGTextPathElement native "*SVGTextPathElement" {
+class SVGTextPathElementJs extends SVGTextContentElementJs implements SVGTextPathElement native "*SVGTextPathElement" {
static final int TEXTPATH_METHODTYPE_ALIGN = 1;
@@ -13,13 +13,13 @@ class SVGTextPathElementJS extends SVGTextContentElementJS implements SVGTextPat
static final int TEXTPATH_SPACINGTYPE_UNKNOWN = 0;
- SVGAnimatedEnumerationJS get method() native "return this.method;";
+ SVGAnimatedEnumerationJs get method() native "return this.method;";
- SVGAnimatedEnumerationJS get spacing() native "return this.spacing;";
+ SVGAnimatedEnumerationJs get spacing() native "return this.spacing;";
- SVGAnimatedLengthJS get startOffset() native "return this.startOffset;";
+ SVGAnimatedLengthJs get startOffset() native "return this.startOffset;";
// From SVGURIReference
- SVGAnimatedStringJS get href() native "return this.href;";
+ SVGAnimatedStringJs get href() native "return this.href;";
}
« no previous file with comments | « client/dom/generated/src/frog/SVGTextElement.dart ('k') | client/dom/generated/src/frog/SVGTextPositioningElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698