| Index: test/codegen/expect/html_input.html
|
| diff --git a/test/codegen/expect/html_input.html b/test/codegen/expect/html_input.html
|
| index a0eade1852c97ac8a3f064ca7d1899044554d703..1f36251c2ce0b94b92a0d2bd1b19492a52c18bfb 100644
|
| --- a/test/codegen/expect/html_input.html
|
| +++ b/test/codegen/expect/html_input.html
|
| @@ -3,7 +3,10 @@
|
| <script src="dev_compiler/runtime/dart_runtime.js"></script>
|
| <script src="dev_compiler/runtime/dart/core.js"></script>
|
| <script src="dev_compiler/runtime/dart/collection.js"></script>
|
| +<script src="dev_compiler/runtime/dart/_internal.js"></script>
|
| <script src="dev_compiler/runtime/dart/math.js"></script>
|
| +<script src="dev_compiler/runtime/dart/_foreign_helper.js"></script>
|
| +<script src="dev_compiler/runtime/dart/_js_helper.js"></script>
|
| <script src="dir/html_input_d.js"></script>
|
| <script src="dir/html_input_b.js"></script>
|
| <script src="dir/html_input_e.js"></script>
|
|
|