Chromium Code Reviews| Index: web/apps/gulp-common.js |
| diff --git a/web/apps/gulp-common.js b/web/apps/gulp-common.js |
| index 7babd130d31cc197b50dca8d14d0ca28812c38cd..39944b265a01c38728533989756a8d8f8b2de48e 100644 |
| --- a/web/apps/gulp-common.js |
| +++ b/web/apps/gulp-common.js |
| @@ -362,8 +362,6 @@ exports.setup = function(gulp, config) { |
| exports.setup_common(gulp); |
| }; |
| -require('es6-promise').polyfill(); |
| - |
| // Load custom tasks from the `tasks` directory |
| try { |
| require('require-dir')('tasks'); |