Chromium Code Reviews| Index: test/codegen/expect/dir/html_input_e.js |
| diff --git a/test/codegen/expect/dir/html_input_e.js b/test/codegen/expect/dir/html_input_e.js |
| index 1824c522a1f900183c73a25cc1ede93e799ed7a1..c44cef1f8a7c62eafb7418b82cf5702258c5b54f 100644 |
| --- a/test/codegen/expect/dir/html_input_e.js |
| +++ b/test/codegen/expect/dir/html_input_e.js |
| @@ -1,5 +1,5 @@ |
| -var html_input_e; |
| +var html_input_e = dart.defineLibrary(html_input_e, {}); |
| (function(exports) { |
| 'use strict'; |
| exports.w = 9; |
| -})(html_input_e || (html_input_e = {})); |
| +})(html_input_e); |