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

Unified Diff: client/html/src/DocumentWrappingImplementation.dart

Issue 8424012: Add optional arguments to our indexOf/lastIndexOf methods. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 2 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/html/src/DocumentWrappingImplementation.dart
===================================================================
--- client/html/src/DocumentWrappingImplementation.dart (revision 942)
+++ client/html/src/DocumentWrappingImplementation.dart (working copy)
@@ -4,7 +4,7 @@
class DocumentEventsImplementation extends ElementEventsImplementation
implements DocumentEvents {
-
+
DocumentEventsImplementation._wrap(_ptr) : super._wrap(_ptr);
EventListenerList get readyStateChange() => _get('readystatechange');

Powered by Google App Engine
This is Rietveld 408576698