| Index: sdk/lib/platform/platform.dart
|
| diff --git a/runtime/lib/core_patch.dart b/sdk/lib/platform/platform.dart
|
| similarity index 72%
|
| copy from runtime/lib/core_patch.dart
|
| copy to sdk/lib/platform/platform.dart
|
| index 549169878f6b466aac652ba9515e297382829a32..0ef0a572eed98bca60c9b1a1c3947e6a2b36cf6e 100644
|
| --- a/runtime/lib/core_patch.dart
|
| +++ b/sdk/lib/platform/platform.dart
|
| @@ -2,5 +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.
|
|
|
| -import "dart:math";
|
| -import "dart:typed_data";
|
| +/**
|
| + * Runtime information about the current platform.
|
| + */
|
| +library dart.platform;
|
|
|