Chromium Code Reviews| Index: src/harmony-array-includes.js |
| diff --git a/src/harmony-array-includes.js b/src/harmony-array-includes.js |
| index e4ac07b63ee1579c4570b4ef0fbce2d20ff82d36..5fff591d6d322f99c82a67e72f90342286614950 100644 |
| --- a/src/harmony-array-includes.js |
| +++ b/src/harmony-array-includes.js |
| @@ -2,7 +2,7 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -(function(global, exports) { |
| +(function(global, utils) { |
| 'use strict'; |