| Index: src/weak-collection.js
|
| diff --git a/src/weak-collection.js b/src/weak-collection.js
|
| index 9f207861e39c33b744c5a2c5dd81f91e7039041e..f9863c1b208f9a7c93adb6a96124db444ee93da4 100644
|
| --- a/src/weak-collection.js
|
| +++ b/src/weak-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";
|
|
|
| @@ -168,4 +168,4 @@ $installFunctions(GlobalWeakSet.prototype, DONT_ENUM, [
|
| "delete", WeakSetDelete
|
| ]);
|
|
|
| -})();
|
| +})
|
|
|