Index: corelib/src/stopwatch.dart |
=================================================================== |
--- corelib/src/stopwatch.dart (revision 2395) |
+++ corelib/src/stopwatch.dart (working copy) |
@@ -5,7 +5,7 @@ |
/** |
* A simple [Stopwatch] interface to measure elapsed time. |
*/ |
-interface Stopwatch factory StopwatchImplementation { |
+interface Stopwatch default StopwatchImplementation { |
/** |
* Creates a [Stopwatch] in stopped state with a zero elapsed count. |