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

Unified Diff: client/dom/generated/src/frog/SVGTransformList.dart

Issue 9271031: Make DOMType the root of DOM implementation types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: x Created 8 years, 11 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/frog/SVGTransformList.dart
diff --git a/client/dom/generated/src/frog/SVGTransformList.dart b/client/dom/generated/src/frog/SVGTransformList.dart
index d31de630515090122290677dd3d5ac5e20e948bf..af713d3095f4a7dc5abc8e39ac5d7fd0c7543fa9 100644
--- a/client/dom/generated/src/frog/SVGTransformList.dart
+++ b/client/dom/generated/src/frog/SVGTransformList.dart
@@ -1,27 +1,23 @@
-class SVGTransformListJS implements SVGTransformList native "*SVGTransformList" {
+class SVGTransformListJs extends DOMTypeJs implements SVGTransformList native "*SVGTransformList" {
int get numberOfItems() native "return this.numberOfItems;";
- SVGTransformJS appendItem(SVGTransformJS item) native;
+ SVGTransformJs appendItem(SVGTransformJs item) native;
void clear() native;
- SVGTransformJS consolidate() native;
+ SVGTransformJs consolidate() native;
- SVGTransformJS createSVGTransformFromMatrix(SVGMatrixJS matrix) native;
+ SVGTransformJs createSVGTransformFromMatrix(SVGMatrixJs matrix) native;
- SVGTransformJS getItem(int index) native;
+ SVGTransformJs getItem(int index) native;
- SVGTransformJS initialize(SVGTransformJS item) native;
+ SVGTransformJs initialize(SVGTransformJs item) native;
- SVGTransformJS insertItemBefore(SVGTransformJS item, int index) native;
+ SVGTransformJs insertItemBefore(SVGTransformJs item, int index) native;
- SVGTransformJS removeItem(int index) native;
+ SVGTransformJs removeItem(int index) native;
- SVGTransformJS replaceItem(SVGTransformJS item, int index) native;
-
- var dartObjectLocalStorage;
-
- String get typeName() native;
+ SVGTransformJs replaceItem(SVGTransformJs item, int index) native;
}
« no previous file with comments | « client/dom/generated/src/frog/SVGTransform.dart ('k') | client/dom/generated/src/frog/SVGTransformable.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698