Chromium Code Reviews| Index: src/generator.js |
| diff --git a/src/generator.js b/src/generator.js |
| index ef276da50b93021ef7a4417fd447f612a4df6446..76dd8e47f1db0b670bb296a41c2f2892a79b58b4 100644 |
| --- a/src/generator.js |
| +++ b/src/generator.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"; |