Chromium Code Reviews| Index: src/collection.js |
| diff --git a/src/collection.js b/src/collection.js |
| index 9ebe18664019a4aed8b265dcda727bb399060872..db30546165119e53f0c4e03a1b5e856259927f10 100644 |
| --- a/src/collection.js |
| +++ b/src/collection.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() { |
| +(function(global, shared, exports) { |
| "use strict"; |
| @@ -437,4 +437,4 @@ $installFunctions(GlobalMap.prototype, DONT_ENUM, [ |
| "forEach", MapForEach |
| ]); |
| -})(); |
| +}) |