Chromium Code Reviews| Index: bin/timer.dart |
| =================================================================== |
| --- bin/timer.dart (revision 2706) |
| +++ bin/timer.dart (working copy) |
| @@ -2,7 +2,7 @@ |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| -interface Timer factory _Timer{ |
| +interface Timer default _Timer{ |
| /** |
| * Creates a new timer. The [callback] callback is invoked after |