Index: src/iterator-prototype.js |
diff --git a/src/iterator-prototype.js b/src/iterator-prototype.js |
index 1c9314a0e3e9ca037e808d417b2f33ffa3f37bcc..efe56b89d8d3ad00026cbfc6f50ec7770a579464 100644 |
--- a/src/iterator-prototype.js |
+++ b/src/iterator-prototype.js |
@@ -4,7 +4,7 @@ |
var $iteratorPrototype; |
-(function(global, shared, exports) { |
+(function(global, utils) { |
"use strict"; |
%CheckIsBootstrapping(); |