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

Unified Diff: client/html/generated/src/interface/SVGPathSegCurvetoQuadraticSmoothRel.dart

Issue 8839010: New version of the bindings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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/html/generated/src/interface/SVGPathSegCurvetoQuadraticSmoothRel.dart
diff --git a/client/html/generated/src/interface/OperationNotAllowedException.dart b/client/html/generated/src/interface/SVGPathSegCurvetoQuadraticSmoothRel.dart
similarity index 64%
copy from client/html/generated/src/interface/OperationNotAllowedException.dart
copy to client/html/generated/src/interface/SVGPathSegCurvetoQuadraticSmoothRel.dart
index a9a65d4f58d0e363ee826f8ee035c4249911d38e..7bcdb11691280b733aabfc0d113ccfb7f20b84a0 100644
--- a/client/html/generated/src/interface/OperationNotAllowedException.dart
+++ b/client/html/generated/src/interface/SVGPathSegCurvetoQuadraticSmoothRel.dart
@@ -4,13 +4,13 @@
// WARNING: Do not edit - generated code.
-interface OperationNotAllowedException {
+interface SVGPathSegCurvetoQuadraticSmoothRel extends SVGPathSeg {
- static final int NOT_ALLOWED_ERR = 1;
+ num get x();
- int get code();
+ void set x(num value);
- String get message();
+ num get y();
- String get name();
+ void set y(num value);
}

Powered by Google App Engine
This is Rietveld 408576698