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