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

Unified Diff: client/dom/generated/src/interface/SVGComponentTransferFunctionElement.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/SVGComponentTransferFunctionElement.dart
diff --git a/client/dom/generated/src/interface/SVGComponentTransferFunctionElement.dart b/client/dom/generated/src/interface/SVGComponentTransferFunctionElement.dart
index 2f1907213b69e36b526d27b27bb2f75aae2de7ed..5f777ed6b875f3a5009c11eb9f4a7866f3a3dba9 100644
--- a/client/dom/generated/src/interface/SVGComponentTransferFunctionElement.dart
+++ b/client/dom/generated/src/interface/SVGComponentTransferFunctionElement.dart
@@ -18,17 +18,17 @@ interface SVGComponentTransferFunctionElement extends SVGElement {
static final int SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN = 0;
- SVGAnimatedNumber get amplitude();
+ final SVGAnimatedNumber amplitude;
- SVGAnimatedNumber get exponent();
+ final SVGAnimatedNumber exponent;
- SVGAnimatedNumber get intercept();
+ final SVGAnimatedNumber intercept;
- SVGAnimatedNumber get offset();
+ final SVGAnimatedNumber offset;
- SVGAnimatedNumber get slope();
+ final SVGAnimatedNumber slope;
- SVGAnimatedNumberList get tableValues();
+ final SVGAnimatedNumberList tableValues;
- SVGAnimatedEnumeration get type();
+ final SVGAnimatedEnumeration type;
}

Powered by Google App Engine
This is Rietveld 408576698