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

Unified Diff: client/html/generated/src/wrapping/_IDBCursorWrappingImplementation.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/_IDBCursorWrappingImplementation.dart
diff --git a/client/html/generated/src/wrapping/_IDBCursorWrappingImplementation.dart b/client/html/generated/src/wrapping/_IDBCursorWrappingImplementation.dart
index 1312f6b882a36fca67aa095acba1121788d8df61..d4881cd16bc7283af9d4a0caf13d325f169f2321 100644
--- a/client/html/generated/src/wrapping/_IDBCursorWrappingImplementation.dart
+++ b/client/html/generated/src/wrapping/_IDBCursorWrappingImplementation.dart
@@ -15,7 +15,7 @@ class IDBCursorWrappingImplementation extends DOMWrapperBase implements IDBCurso
IDBAny get source() { return LevelDom.wrapIDBAny(_ptr.source); }
- void continueFunction([IDBKey key = null]) {
+ void continueFunction([IDBKey key]) {
if (key === null) {
_ptr.continueFunction();
return;

Powered by Google App Engine
This is Rietveld 408576698