Chromium Code Reviews| Index: tools/testing/dart/record_and_replay.dart |
| =================================================================== |
| --- tools/testing/dart/record_and_replay.dart (revision 24095) |
| +++ tools/testing/dart/record_and_replay.dart (working copy) |
| @@ -41,7 +41,7 @@ |
| var _cwd; |
| TestCaseRecorder(this._outputPath) { |
| - _cwd = Directory.current.path; |
| + _cwd = new Directory.current().path; |
| } |
| void nextTestCase(TestCase testCase) { |