| Index: tools/testing/dart/drt_updater.dart
|
| diff --git a/tools/testing/dart/drt_updater.dart b/tools/testing/dart/drt_updater.dart
|
| index afe90d5dac0a75b6c1f4657a98afa924616c3245..abb1fe75ea2a81f89e57da85e7693b8df104397f 100644
|
| --- a/tools/testing/dart/drt_updater.dart
|
| +++ b/tools/testing/dart/drt_updater.dart
|
| @@ -36,7 +36,7 @@ class _DartiumUpdater {
|
| }
|
|
|
| List<String> get _getUpdateCommand {
|
| - Path testScriptPath = new Path.fromNative(TestUtils.testScriptPath);
|
| + Path testScriptPath = new Path(TestUtils.testScriptPath);
|
| Path updateScriptPath = testScriptPath.directoryPath.append(script);
|
| List<String> command = [updateScriptPath.toNativePath()];
|
| if (null != option) {
|
|
|