| Index: sdk/lib/core/pattern.dart
|
| diff --git a/sdk/lib/core/pattern.dart b/sdk/lib/core/pattern.dart
|
| index 52f58ed53316930713dc370dd4f700107d1d3863..6749340ad85f3009331f36f799b6965de64e2b8c 100644
|
| --- a/sdk/lib/core/pattern.dart
|
| +++ b/sdk/lib/core/pattern.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 "dart:core";
|
| +part of dart.core;
|
|
|
| /**
|
| * An interface for basic searches within strings.
|
|
|