| Index: tools/testing/dart/browser_test.dart
|
| diff --git a/tools/testing/dart/browser_test.dart b/tools/testing/dart/browser_test.dart
|
| index cb8fd7de14a7cc30c26ec9ed26db5733eba66cd6..2e9ec0ada20aa167ce252638f8fcf6910729e690 100644
|
| --- a/tools/testing/dart/browser_test.dart
|
| +++ b/tools/testing/dart/browser_test.dart
|
| @@ -33,7 +33,7 @@ String getHtmlContents(String title,
|
| </html>
|
| """;
|
|
|
| -String getHtmlLayoutContents(String scriptType, String sourceScript) =>
|
| +String getHtmlLayoutContents(String scriptType, Path sourceScript) =>
|
| """
|
| <!DOCTYPE html>
|
| <html>
|
|
|