| Index: tools/testing/dart/browser_test.dart
|
| diff --git a/tools/testing/dart/browser_test.dart b/tools/testing/dart/browser_test.dart
|
| index 2e9ec0ada20aa167ce252638f8fcf6910729e690..3d9dbd910cb702469220cc439f53b6d72c940a46 100644
|
| --- a/tools/testing/dart/browser_test.dart
|
| +++ b/tools/testing/dart/browser_test.dart
|
| @@ -29,6 +29,8 @@ String getHtmlContents(String title,
|
| </script>
|
| <script type="text/javascript"
|
| src="/root_dart/pkg/browser/lib/dart.js"></script>
|
| + <script type="text/javascript"
|
| + src="/root_dart/pkg/browser/lib/interop.js"></script>
|
| </body>
|
| </html>
|
| """;
|
|
|