Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 var html_input_c; | 1 var html_input_c; |
| 2 (function(exports) { | 2 (function(exports) { |
| 3 'use strict'; | 3 'use strict'; |
| 4 dart.defineLazyProperties(exports, { | 4 dart.defineLazyProperties(exports, { |
| 5 get y() { | 5 get y() { |
| 6 return 3 + html_input_e.w; | 6 return 3 + html_input_e.w; |
| 7 }, | 7 }, |
| 8 set y() {} | 8 set y(_) {} |
| 9 }); | 9 }); |
| 10 })(html_input_c || (html_input_c = {})); | 10 })(html_input_c || (html_input_c = {})); |
| OLD | NEW |