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

Unified Diff: client/html/generated/src/wrapping/_SVGElementInstanceListWrappingImplementation.dart

Issue 8835006: New version of dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix typos 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/wrapping/_SVGElementInstanceListWrappingImplementation.dart
diff --git a/client/html/generated/src/wrapping/_MediaStreamTrackListWrappingImplementation.dart b/client/html/generated/src/wrapping/_SVGElementInstanceListWrappingImplementation.dart
similarity index 51%
rename from client/html/generated/src/wrapping/_MediaStreamTrackListWrappingImplementation.dart
rename to client/html/generated/src/wrapping/_SVGElementInstanceListWrappingImplementation.dart
index db3724b2a7630b2afc6dfd5ee78c05f1cca0a7a4..1caaca90a19b9eec6dacb3967c9eff8ff41fe6d8 100644
--- a/client/html/generated/src/wrapping/_MediaStreamTrackListWrappingImplementation.dart
+++ b/client/html/generated/src/wrapping/_SVGElementInstanceListWrappingImplementation.dart
@@ -4,12 +4,12 @@
// WARNING: Do not edit - generated code.
-class MediaStreamTrackListWrappingImplementation extends DOMWrapperBase implements MediaStreamTrackList {
- MediaStreamTrackListWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
+class SVGElementInstanceListWrappingImplementation extends DOMWrapperBase implements SVGElementInstanceList {
+ SVGElementInstanceListWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
int get length() { return _ptr.length; }
- MediaStreamTrack item(int index) {
- return LevelDom.wrapMediaStreamTrack(_ptr.item(index));
+ SVGElementInstance item(int index) {
+ return LevelDom.wrapSVGElementInstance(_ptr.item(index));
}
}

Powered by Google App Engine
This is Rietveld 408576698