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

Unified Diff: client/dom/generated/src/interface/SVGTextPathElement.dart

Issue 9341007: Use 'field' syntax in dart:dom interfaces. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 8 years, 10 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/interface/SVGTextPathElement.dart
diff --git a/client/dom/generated/src/interface/SVGTextPathElement.dart b/client/dom/generated/src/interface/SVGTextPathElement.dart
index 6dad5d23e16d176a5354194157b148c063e34d6e..0804e5a8cea93b907d0ac22dc602dc053dd94401 100644
--- a/client/dom/generated/src/interface/SVGTextPathElement.dart
+++ b/client/dom/generated/src/interface/SVGTextPathElement.dart
@@ -18,9 +18,9 @@ interface SVGTextPathElement extends SVGTextContentElement, SVGURIReference {
static final int TEXTPATH_SPACINGTYPE_UNKNOWN = 0;
- SVGAnimatedEnumeration get method();
+ final SVGAnimatedEnumeration method;
- SVGAnimatedEnumeration get spacing();
+ final SVGAnimatedEnumeration spacing;
- SVGAnimatedLength get startOffset();
+ final SVGAnimatedLength startOffset;
}

Powered by Google App Engine
This is Rietveld 408576698