Chromium Code Reviews| Index: src/weak-collection.js |
| diff --git a/src/weak-collection.js b/src/weak-collection.js |
| index 4211baa669b0fbf64f1b713cfd86d0dd90d02504..29ef5d497e1aa0468d52ef6f9a08b59c5ca794fa 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(global, shared, exports) { |
| +(function(global, utils) { |
| "use strict"; |