| Index: sdk/lib/json/json.dart
|
| diff --git a/sdk/lib/json/json.dart b/sdk/lib/json/json.dart
|
| index 5ba8a74c62a1f3a897d89fb37b6d87f9c3cc1868..c0297fa19365637c1718be04548f07fb531f3ab1 100644
|
| --- a/sdk/lib/json/json.dart
|
| +++ b/sdk/lib/json/json.dart
|
| @@ -2,9 +2,9 @@
|
| // 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.
|
|
|
| -library dart.json;
|
| +#library("dart:json");
|
|
|
| -import 'dart:math';
|
| +#import('dart:math');
|
|
|
| // JSON parsing and serialization.
|
|
|
|
|