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

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

Issue 9210006: Revert "Add tests for Element#elements." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « no previous file | client/html/generated/src/wrapping/_MediaListWrappingImplementation.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/generated/src/wrapping/_CanvasPixelArrayWrappingImplementation.dart
diff --git a/client/html/generated/src/wrapping/_CanvasPixelArrayWrappingImplementation.dart b/client/html/generated/src/wrapping/_CanvasPixelArrayWrappingImplementation.dart
index c4679062ee498fb313cda1595240960f71f13b7d..d04d6b8a1797534cd552cbb4c61bc06c3b3408ba 100644
--- a/client/html/generated/src/wrapping/_CanvasPixelArrayWrappingImplementation.dart
+++ b/client/html/generated/src/wrapping/_CanvasPixelArrayWrappingImplementation.dart
@@ -38,12 +38,12 @@ class CanvasPixelArrayWrappingImplementation extends DOMWrapperBase implements C
}
int indexOf(int element, [int start = 0]) {
- return Lists.indexOf(this, element, start, this.length);
+ return _Lists.indexOf(this, element, start, this.length);
}
int lastIndexOf(int element, [int start = null]) {
if (start === null) start = length - 1;
- return Lists.lastIndexOf(this, element, start);
+ return _Lists.lastIndexOf(this, element, start);
}
int clear() {
« no previous file with comments | « no previous file | client/html/generated/src/wrapping/_MediaListWrappingImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698