| Index: tools/testing/dart/browser_test.dart
|
| diff --git a/tools/testing/dart/browser_test.dart b/tools/testing/dart/browser_test.dart
|
| index 21a4e825bcb5578cf0e53986bea75df017553b8d..fc0d05bd819d8d8256cd0e07840a97de9216236d 100644
|
| --- a/tools/testing/dart/browser_test.dart
|
| +++ b/tools/testing/dart/browser_test.dart
|
| @@ -3,10 +3,10 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| String getHtmlContents(String title,
|
| - String controllerScript,
|
| - String dartJsScript,
|
| + Path controllerScript,
|
| + Path dartJsScript,
|
| String scriptType,
|
| - String sourceScript) =>
|
| + Path sourceScript) =>
|
| """
|
| <!DOCTYPE html>
|
| <html>
|
|
|