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

Unified Diff: client/dom/generated/src/interface/SVGLineElement.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/SVGLineElement.dart
diff --git a/client/dom/generated/src/interface/SVGLineElement.dart b/client/dom/generated/src/interface/SVGLineElement.dart
index ab12275a6518d17c32a0c20e97c1f0c4e39a9c2e..6baeb70e871f08e4882537b405a4275747b79128 100644
--- a/client/dom/generated/src/interface/SVGLineElement.dart
+++ b/client/dom/generated/src/interface/SVGLineElement.dart
@@ -6,11 +6,11 @@
interface SVGLineElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGTransformable {
- SVGAnimatedLength get x1();
+ final SVGAnimatedLength x1;
- SVGAnimatedLength get x2();
+ final SVGAnimatedLength x2;
- SVGAnimatedLength get y1();
+ final SVGAnimatedLength y1;
- SVGAnimatedLength get y2();
+ final SVGAnimatedLength y2;
}

Powered by Google App Engine
This is Rietveld 408576698