Chromium Code Reviews| Index: src/string-iterator.js |
| diff --git a/src/string-iterator.js b/src/string-iterator.js |
| index 82493562558a191e0d1ad2cf5df2277f6ac67b10..d6cf95e7d9f2dcc058f808298f7cbf6bee9e837b 100644 |
| --- a/src/string-iterator.js |
| +++ b/src/string-iterator.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"; |