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

Unified Diff: client/html/generated/src/interface/SVGPathSegCurvetoQuadraticSmoothAbs.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/SVGPathSegCurvetoQuadraticSmoothAbs.dart
diff --git a/client/html/generated/src/interface/OperationNotAllowedException.dart b/client/html/generated/src/interface/SVGPathSegCurvetoQuadraticSmoothAbs.dart
similarity index 64%
copy from client/html/generated/src/interface/OperationNotAllowedException.dart
copy to client/html/generated/src/interface/SVGPathSegCurvetoQuadraticSmoothAbs.dart
index a9a65d4f58d0e363ee826f8ee035c4249911d38e..e38d828fb03e55a0b02aac8ec8785f0505854e25 100644
--- a/client/html/generated/src/interface/OperationNotAllowedException.dart
+++ b/client/html/generated/src/interface/SVGPathSegCurvetoQuadraticSmoothAbs.dart
@@ -4,13 +4,13 @@
// WARNING: Do not edit - generated code.
-interface OperationNotAllowedException {
+interface SVGPathSegCurvetoQuadraticSmoothAbs 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