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

Unified Diff: tests/lib/async/event_helper.dart

Issue 32553003: Remove default value in factory constructor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/async/event_helper.dart
diff --git a/tests/lib/async/event_helper.dart b/tests/lib/async/event_helper.dart
index 451ad3953c93264b72d491253152d1ddf57169cb..08a6b8f0a6f6c0acbb03631bdd0b052b67ed8667 100644
--- a/tests/lib/async/event_helper.dart
+++ b/tests/lib/async/event_helper.dart
@@ -73,7 +73,7 @@ class Events implements EventSink {
/** Capture events from a stream into a new [Events] object. */
factory Events.capture(Stream stream,
- { bool cancelOnError: false }) = CaptureEvents;
+ { bool cancelOnError }) = CaptureEvents;
// EventSink interface.
void add(var value) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698