Chromium Code Reviews| Index: src/harmony-array-includes.js |
| diff --git a/src/harmony-array-includes.js b/src/harmony-array-includes.js |
| index 109499ea6b90236b97ef6c8e31306a33ddf80dae..e4ac07b63ee1579c4570b4ef0fbce2d20ff82d36 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, shared, exports) { |
| +(function(global, exports) { |
| 'use strict'; |