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

Unified Diff: client/dom/generated/src/interface/SVGMaskElement.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/SVGMaskElement.dart
diff --git a/client/dom/generated/src/interface/SVGMaskElement.dart b/client/dom/generated/src/interface/SVGMaskElement.dart
index 83cb88fe5f8d5ae4a99fe80709ff510ed9f7ba32..56b57ee7d2cd8b90edabf5603bae8b6dc3f76aa4 100644
--- a/client/dom/generated/src/interface/SVGMaskElement.dart
+++ b/client/dom/generated/src/interface/SVGMaskElement.dart
@@ -6,15 +6,15 @@
interface SVGMaskElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable {
- SVGAnimatedLength get height();
+ final SVGAnimatedLength height;
- SVGAnimatedEnumeration get maskContentUnits();
+ final SVGAnimatedEnumeration maskContentUnits;
- SVGAnimatedEnumeration get maskUnits();
+ final SVGAnimatedEnumeration maskUnits;
- SVGAnimatedLength get width();
+ final SVGAnimatedLength width;
- SVGAnimatedLength get x();
+ final SVGAnimatedLength x;
- SVGAnimatedLength get y();
+ final SVGAnimatedLength y;
}

Powered by Google App Engine
This is Rietveld 408576698