| Index: tool/input_sdk/private/string_helper.dart
|
| diff --git a/tool/input_sdk/private/string_helper.dart b/tool/input_sdk/private/string_helper.dart
|
| index ff2505729a1b3cce8352be876681941925776479..85383c6b9512cea2d2bf2773a70c08916507b392 100644
|
| --- a/tool/input_sdk/private/string_helper.dart
|
| +++ b/tool/input_sdk/private/string_helper.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of _js_helper;
|
| +part of dart._js_helper;
|
|
|
| class StringMatch implements Match {
|
| const StringMatch(int this.start,
|
|
|